We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac5a11 commit 40407b5Copy full SHA for 40407b5
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Store Pull Request comment to be posted
36
uses: actions/upload-artifact@v2
37
- if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == "true"
+ if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
38
with:
39
# If you use a different name, update COMMENT_ARTIFACT_NAME accordingly
40
name: python-coverage-comment-action
0 commit comments