Skip to content

Commit

Permalink
Update check
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Jun 11, 2024
1 parent 7a0dfff commit 5e83527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_fmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
continue-on-error: true

- name: Post PR comment on fmt failure
if: env.fmt_outcome != '0'
if: ${{ steps.fmt_check.outcome == 'failure' }}
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 5e83527

Please sign in to comment.