Skip to content

Commit

Permalink
Address partial shell quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Sep 19, 2023
1 parent 065c884 commit b32dcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-release-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
pending=$(echo "$status_stats" | jq -r '.pending')
echo "CHECK_RUNS_FAILED=$failed" >> "$GITHUB_ENV"
echo "CHECK_RUNS_PENDING=$pending" >> "$GITHUB_ENV
echo "CHECK_RUNS_PENDING=$pending" >> "$GITHUB_ENV"
- name: Finalize release
if: env.CHECK_RUNS_PENDING == '0' && env.CHECK_RUN_STATUS != 'completed'
Expand Down

0 comments on commit b32dcbb

Please sign in to comment.