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