Skip to content

Commit c908cec

Browse files
committed
feat: style_ci and php cs fixer break each other...need to look into it
1 parent cff5600 commit c908cec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
args: --config=.php_cs.dist.php --allow-risky=yes
1919

20-
- name: Commit changes
21-
uses: stefanzweifel/git-auto-commit-action@v4
22-
with:
23-
commit_message: Fix styling
20+
# - name: Commit changes
21+
# uses: stefanzweifel/git-auto-commit-action@v4
22+
# with:
23+
# commit_message: Fix styling

0 commit comments

Comments
 (0)