ci fix typo in formatting action
This commit is contained in:
2
.github/workflows/handle_format_request.yml
vendored
2
.github/workflows/handle_format_request.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user