mirror of
https://github.com/konpa/devicon.git
synced 2025-08-09 16:16:57 +02:00
Change the boolean in post_check_svgs_comment (#515)
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
- name: Comment on the PR about the result - SVG Error
|
||||
uses: jungwinter/comment@v1 # let us comment on a specific PR
|
||||
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')
|
||||
env:
|
||||
MESSAGE: |
|
||||
Hi!
|
||||
|
Reference in New Issue
Block a user