change in backend-code-style-fix after rename the file

This commit is contained in:
Milos Holba
2021-05-22 19:41:09 +02:00
parent 4d078dc24a
commit 904e2d705f

View File

@@ -16,7 +16,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