Skip to content

Commit c841a95

Browse files
authored
Change the boolean in post_check_svgs_comment (#515)
1 parent 570f6ac commit c841a95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post_check_svgs_comment.yml

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

5454
- name: Comment on the PR about the result - SVG Error
5555
uses: jungwinter/comment@v1 # let us comment on a specific PR
56-
if: success() && (steps.err_message_reader.outputs.content != '0' || steps.err_message_reader.outputs.content != '1')
56+
if: success() && (steps.err_message_reader.outputs.content != '0' && steps.err_message_reader.outputs.content != '1')
5757
env:
5858
MESSAGE: |
5959
Hi!

0 commit comments

Comments
 (0)