1
0
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:
Thomas Bui
2021-02-23 13:58:23 -08:00
committed by GitHub
parent 570f6ac2a7
commit c841a95117

View File

@@ -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!