From b32dcbbf0e9efd7cf44ad9ff16f50f0dcc98f162 Mon Sep 17 00:00:00 2001 From: Remco Vermeulen Date: Tue, 19 Sep 2023 09:44:08 -0700 Subject: [PATCH] Address partial shell quoting --- .github/workflows/update-release-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-release-status.yml b/.github/workflows/update-release-status.yml index 53e9e45c0..c03d815bd 100644 --- a/.github/workflows/update-release-status.yml +++ b/.github/workflows/update-release-status.yml @@ -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'