diff --git a/.github/workflows/backend-code-style-fix.yml b/.github/workflows/backend-code-style-fix.yml index 5f4f358f..2b370acb 100644 --- a/.github/workflows/backend-code-style-fix.yml +++ b/.github/workflows/backend-code-style-fix.yml @@ -21,7 +21,7 @@ jobs: - name: Run PHP CS Fixer uses: docker://oskarstark/php-cs-fixer-ga with: - args: --config=.php_cs.dist --allow-risky=yes + args: --config=.php-cs-fixer.dist.php --allow-risky=yes - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4