From 40407b532dacb5fd4305c24ee5cee4d69ccab412 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 30 Jan 2022 22:38:50 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af8c8a9..d57f7f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Store Pull Request comment to be posted uses: actions/upload-artifact@v2 - if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == "true" + if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true' with: # If you use a different name, update COMMENT_ARTIFACT_NAME accordingly name: python-coverage-comment-action