Skip to content

Commit

Permalink
Set git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored Jul 20, 2024
1 parent cff0432 commit 3f602bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rebuild-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: |
mv -f $GITHUB_WORKSPACE/repo/docs/* $GITHUB_WORKSPACE/wiki/
cd $GITHUB_WORKSPACE/wiki
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m '$(git rev-parse --short --verify main)'
git push

0 comments on commit 3f602bb

Please sign in to comment.