We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be03fd8 + 50383f8 commit 198b244Copy full SHA for 198b244
.github/workflows/update-release-status.yml
@@ -94,7 +94,6 @@ jobs:
94
if: env.CHECK_RUNS_PENDING == '0' && env.CHECK_RUN_STATUS != 'completed'
95
env:
96
GITHUB_TOKEN: ${{ github.token }}
97
- CHECK_RUNS_FAILED: ${{ env.check-runs-failed }}
98
run: |
99
if [[ "$CHECK_RUNS_FAILED" == "0" ]]; then
100
echo "All check runs succeeded"
@@ -116,7 +115,7 @@ jobs:
116
115
--input - \
117
/repos/$GITHUB_REPOSITORY/check-runs/$CHECK_RUN_ID
118
119
- echo "conclusion=$conclusion" >> "$GITHUB_OUTPUT
+ echo "conclusion=$conclusion" >> "$GITHUB_OUTPUT"
120
121
- name: Set output
122
id: set-output
0 commit comments