Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed May 22, 2023
1 parent 3ec1564 commit de18432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
- name: Fail the build on fixer conflicts
if: ${{ steps.phpcbf.outputs.EXITCODE != 0 && steps.phpcbf.outputs.EXITCODE != 1 }}
run: exit steps.phpcbf.outputs.EXITCODE
run: exit "${{ steps.phpcbf.outputs.EXITCODE }}"

0 comments on commit de18432

Please sign in to comment.