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.
2 parents 1a7032d + 35da64a commit c718279Copy full SHA for c718279
.github/workflows/pint.yml
@@ -17,7 +17,7 @@ jobs:
17
preset: laravel
18
19
- name: Commit changes
20
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
21
with:
22
commit_message: PHP Linting (Pint)
23
skip_fetch: true
.github/workflows/update-changelog.yml
@@ -21,7 +21,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
24
25
26
branch: ${{ github.event.release.target_commitish }}
27
commit_message: Update CHANGELOG
0 commit comments