Skip to content

Commit 6685a72

Browse files
committed
Address partial shell quoting
1 parent d34b51a commit 6685a72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-release-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
pending=$(echo "$status_stats" | jq -r '.pending')
8787
8888
echo "CHECK_RUNS_FAILED=$failed" >> "$GITHUB_ENV"
89-
echo "CHECK_RUNS_PENDING=$pending" >> "$GITHUB_ENV
89+
echo "CHECK_RUNS_PENDING=$pending" >> "$GITHUB_ENV"
9090
9191
- name: Finalize release
9292
if: env.CHECK_RUNS_PENDING == '0' && env.CHECK_RUN_STATUS != 'completed'

0 commit comments

Comments
 (0)