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 198b244 + 7ca02e7 commit 6eb54ffCopy full SHA for 6eb54ff
.github/workflows/update-release-status.yml
@@ -115,11 +115,12 @@ jobs:
115
--input - \
116
/repos/$GITHUB_REPOSITORY/check-runs/$CHECK_RUN_ID
117
118
- echo "conclusion=$conclusion" >> "$GITHUB_OUTPUT"
+ echo "RELEASE_STATUS_CONCLUSION=$conclusion" >> "$GITHUB_ENV"
119
120
- name: Set output
121
id: set-output
122
run: |
123
+ echo "conclusion=$RELEASE_STATUS_CONCLUSION" >> "$GITHUB_OUTPUT"
124
if [[ "$CHECK_RUNS_PENDING" == "0" ]]; then
125
echo "status=completed" >> "$GITHUB_OUTPUT"
126
else
0 commit comments