We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bcee90 + ebb3a82 commit e094c5dCopy full SHA for e094c5d
1 file changed
.github/workflows/update.yml
@@ -28,7 +28,7 @@ jobs:
28
# TODO: fix jsdoc build errors then remove '|| true' from run command below
29
run: npm run build || true
30
- name: Commit any changes
31
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
+ uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7
32
with:
33
commit_message: Update code docs
34
# use JellyRock-bot to commit the changes instead of the default github-actions[bot]
0 commit comments