Skip to content

Commit

Permalink
Implemented commit signing for docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZo committed Mar 31, 2024
1 parent 7ddf515 commit 6ed1cf8
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 @@ -28,4 +28,4 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git commit --allow-empty --message="Overwritten by Github Actions"
git push
git push --force

0 comments on commit 6ed1cf8

Please sign in to comment.