From bb64b00f04a4ea6b51bbc88701350da6d7b0c47c Mon Sep 17 00:00:00 2001 From: Henrik Bengtsson Date: Sat, 26 Oct 2024 18:51:29 -0700 Subject: [PATCH] GHA: take 11 --- .github/workflows/test-coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 6067d17..15624d1 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -15,7 +15,7 @@ jobs: - name: Assert CODECOV_TOKEN is set run: | - if [[ -z "${{secrets.GITHUB_TOKEN || ''}}" ]]; then + if [[ -z "${{secrets.GITHUB_TOKEN}}" ]]; then >&2 echo "::error::ERROR: 'secrets.CODECOV_TOKEN' not set" exit 1 fi