We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26faa35 commit ff6abd8Copy full SHA for ff6abd8
.github/workflows/code-quality.yml
@@ -54,7 +54,7 @@ jobs:
54
run: php-cs-fixer fix --no-ansi
55
56
- name: Commit changes
57
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
58
with:
59
file_pattern: '*.php'
60
create_branch: false
@@ -91,7 +91,7 @@ jobs:
91
run: ./vendor/bin/rector process --no-ansi --no-diffs
92
93
94
95
96
97
0 commit comments