ci fix typo in formatting action

This commit is contained in:
embeddedt
2021-12-12 21:42:15 -05:00
committed by GitHub
parent 1f6037ce98
commit d1ccbf607f

View File

@@ -21,7 +21,7 @@ jobs:
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
- run: exit 1
if: steps.check.outputs.triggered != 'true'
if: steps.check-comment.outputs.triggered == 'false'
- name: Install astyle
if: success()
run: |