Skip to content

Commit 2642377

Browse files
committed
Fix casing
1 parent a13e19f commit 2642377

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/jsoncheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v2
1616

1717
- name: Check JSON syntax
18-
uses: limitusus/json-syntax-check@v2
18+
uses: limitusus/json-syntax-check@v1
1919
with:
2020
pattern: "\\.json$"
2121

@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
GH_TOKEN: ${{ github.token }}
3333

34-
- name: update failed status
34+
- name: Update failed status
3535
if: failure()
3636
run : |
3737
gh api \

0 commit comments

Comments
 (0)