Skip to content

Commit

Permalink
chore: add git user
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaltryek committed Mar 2, 2024
1 parent 76e1fa9 commit c562720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
cp /tmp/$TAG_NAME.md docs/
- name: Update the branch
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "<41898282+github-actions[bot]@users.noreply.github.com>"
git add .
git commit -m "docs: update gh-pages" --author "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
git commit -m "docs: update gh-pages"
git push
Expand Down

0 comments on commit c562720

Please sign in to comment.