Skip to content

Commit

Permalink
specific git hash (SHA1) of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
GOODBOY008 committed Apr 17, 2024
1 parent 761078c commit 3956962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Commit and push website build
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
uses: stefanzweifel/git-auto-commit-action@v5
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842
with:
commit_author: ${{ steps.last-commit.outputs.author }}
commit_message: Rebuild website

0 comments on commit 3956962

Please sign in to comment.