We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13e19f commit 2642377Copy full SHA for 2642377
1 file changed
.github/workflows/jsoncheck.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v6
+ uses: actions/checkout@v2
16
17
- name: Check JSON syntax
18
- uses: limitusus/json-syntax-check@v2
+ uses: limitusus/json-syntax-check@v1
19
with:
20
pattern: "\\.json$"
21
@@ -31,7 +31,7 @@ jobs:
31
env:
32
GH_TOKEN: ${{ github.token }}
33
34
- - name: update failed status
+ - name: Update failed status
35
if: failure()
36
run : |
37
gh api \
0 commit comments