From 904e2d705f179b8a24a9dd186fd37fd77964a57c Mon Sep 17 00:00:00 2001 From: Milos Holba Date: Sat, 22 May 2021 19:41:09 +0200 Subject: [PATCH] change in backend-code-style-fix after rename the file --- .github/workflows/backend-code-style-fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-code-style-fix.yml b/.github/workflows/backend-code-style-fix.yml index 0e926862..9c5edf3c 100644 --- a/.github/workflows/backend-code-style-fix.yml +++ b/.github/workflows/backend-code-style-fix.yml @@ -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