Skip to content

Commit

Permalink
Merge pull request #460 from rvermeulen/rvermeulen/address-incorrect-…
Browse files Browse the repository at this point in the history
…workflow

Fix update release status workflow
  • Loading branch information
rvermeulen authored Nov 29, 2023
2 parents be03fd8 + 50383f8 commit 198b244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-release-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
if: env.CHECK_RUNS_PENDING == '0' && env.CHECK_RUN_STATUS != 'completed'
env:
GITHUB_TOKEN: ${{ github.token }}
CHECK_RUNS_FAILED: ${{ env.check-runs-failed }}
run: |
if [[ "$CHECK_RUNS_FAILED" == "0" ]]; then
echo "All check runs succeeded"
Expand All @@ -116,7 +115,7 @@ jobs:
--input - \
/repos/$GITHUB_REPOSITORY/check-runs/$CHECK_RUN_ID
echo "conclusion=$conclusion" >> "$GITHUB_OUTPUT
echo "conclusion=$conclusion" >> "$GITHUB_OUTPUT"
- name: Set output
id: set-output
Expand Down

0 comments on commit 198b244

Please sign in to comment.