diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 79d19a7..05a9ee3 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -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