We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570f6ac commit c841a95Copy full SHA for c841a95
1 file changed
.github/workflows/post_check_svgs_comment.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Comment on the PR about the result - SVG Error
55
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')
+ if: success() && (steps.err_message_reader.outputs.content != '0' && steps.err_message_reader.outputs.content != '1')
57
env:
58
MESSAGE: |
59
Hi!
0 commit comments