From 3136f9537b5c178374419cf2725780c7014daff9 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 24 Jun 2024 12:00:47 -0500 Subject: [PATCH] fixup! Revert "Compare directly with null" --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 62aab02..873e214 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -49,7 +49,7 @@ jobs: strategy: ${{ fromJson(needs.setup.outputs.strategy) }} runs-on: ${{ matrix.os }} env: - HAVE_CODECOV_TOKEN: ${{ contains(toJson(secrets), 'CODECOV_TOKEN') }} + HAVE_CODECOV_TOKEN: ${{ contains(toJson(secrets), "'CODECOV_TOKEN':") }} steps: - uses: actions/checkout@v4