Skip to content

Commit

Permalink
ci(github): fix workflow php-cs-fixer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 20, 2023
1 parent 37549e1 commit 79205df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tools: php-cs-fixer:3

- name: Run php-cs-fixer
run: vendor/bin/php-cs-fixer fix
run: php-cs-fixer fix

- name: Git commit and push
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 79205df

Please sign in to comment.