We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2642377 commit 01c7a60Copy full SHA for 01c7a60
1 file changed
.github/workflows/jsoncheck.yml
@@ -18,27 +18,3 @@ jobs:
18
uses: limitusus/json-syntax-check@v1
19
with:
20
pattern: "\\.json$"
21
-
22
- - name: Update success status
23
- if: success()
24
- run : |
25
- gh api \
26
- --method POST \
27
- -H "Accept: application/vnd.github+json" \
28
- /repos/${{ github.repository }}/statuses/${{ github.sha }} \
29
- -f state='success' \
30
- -f context='json' \
31
- env:
32
- GH_TOKEN: ${{ github.token }}
33
34
- - name: Update failed status
35
- if: failure()
36
37
38
39
40
41
- -f state='failure' \
42
43
44
0 commit comments