Skip to content

Commit

Permalink
use the right command
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 18, 2024
1 parent 5abf4d7 commit a2d5717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
CBF=false
composer install
composer phpcbf || CBF=true && echo "cbf=true" >> $GITHUB_ENV
composer lint:phpcbf || CBF=true && echo "cbf=true" >> $GITHUB_ENV
- name: Commit changes to PR
id: git-auto-commit
if: env.cbf == 'true'
Expand Down

0 comments on commit a2d5717

Please sign in to comment.