Skip to content

Commit 92d8eab

Browse files
Update json_validate.yml
Revert to original, new version does not like file path and gives silent error, fix later
1 parent a1871e2 commit 92d8eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/json_validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
verify-json-validation:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v1
1919
- name: Validate JSON
20-
uses: ScratchAddons/validate-json-action@master
20+
uses: docker://orrosenblatt/validate-json-action:latest
2121
env:
2222
INPUT_SCHEMA: ./schema.json
2323
INPUT_JSONS: custom_components/battery_notes/data/library.json

0 commit comments

Comments
 (0)