We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a48a96 commit 30c6f72Copy full SHA for 30c6f72
2 files changed
.github/workflows/check-actions.yaml
@@ -86,4 +86,4 @@ jobs:
86
env:
87
RESULTS: ${{ toJSON(needs) }}
88
run: |
89
- echo "$RESULTS" | jq -e 'all(.result == "success")' || exit 1
+ echo "$RESULTS" | jq --exit-status 'all(.result == "success")' || exit 1
.github/workflows/codeql-analysis.yaml
@@ -89,4 +89,4 @@ jobs:
90
91
92
0 commit comments