We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3362bb8 commit e3dfd63Copy full SHA for e3dfd63
.github/workflows/php-cs-fixer.yml
@@ -18,7 +18,7 @@ jobs:
18
args: --config=.php-cs-fixer.dist.php --allow-risky=yes
19
20
- name: Commit changes
21
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
22
with:
23
commit_user_name: Shashwat Mishra
24
commit_user_email: 11258035+secrethash@users.noreply.github.com
.github/workflows/update-changelog.yml
@@ -21,7 +21,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
25
26
branch: main
27
commit_message: Update CHANGELOG
0 commit comments