We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 506cf20 + 0fbff46 commit 1faf499Copy full SHA for 1faf499
1 file changed
.github/workflows/refresh-authors.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Commit back the updated files to the repository
45
if: steps.changed-files-specific.outputs.any_changed == 'true'
46
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
47
with:
48
# Optional. Commit message for the created commit.
49
# Defaults to "Apply automatic changes"
0 commit comments