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 84d8faa commit 59ca201Copy full SHA for 59ca201
.github/workflows/coding-standards.yml
@@ -191,7 +191,7 @@ jobs:
191
PHP_CS_FIXER_IGNORE_ENV: true
192
193
- name: 📤 Commit and push changed files back to GitHub
194
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
+ uses: stefanzweifel/git-auto-commit-action@v5.2.0
195
with:
196
commit_message: 'style(php-cs-fixer): lint php files and fix coding standards'
197
branch: ${{ github.head_ref }}
0 commit comments