Skip to content

Commit d042290

Browse files
committed
Set git user
1 parent 0f7cdcd commit d042290

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
# Commit generated index.html
5454
- name: Commit generated file
5555
run: |
56+
git config --global user.name "github-actions[bot]"
57+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
5658
git add index.html
5759
git commit -m "Generate index.html"
5860
git push

0 commit comments

Comments
 (0)