Skip to content

Commit 40407b5

Browse files
authored
Update ci.yml
1 parent 9ac5a11 commit 40407b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Store Pull Request comment to be posted
3636
uses: actions/upload-artifact@v2
37-
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == "true"
37+
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
3838
with:
3939
# If you use a different name, update COMMENT_ARTIFACT_NAME accordingly
4040
name: python-coverage-comment-action

0 commit comments

Comments
 (0)