Skip to content

Commit 9539d6b

Browse files
committed
specific git hash (SHA1) of the action
1 parent 08f1796 commit 9539d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Commit and push website build
6464
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
65-
uses: stefanzweifel/git-auto-commit-action@v5
65+
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842
6666
with:
6767
commit_author: ${{ steps.last-commit.outputs.author }}
6868
commit_message: Rebuild website

0 commit comments

Comments
 (0)