Skip to content

Commit 470377b

Browse files
committed
ci: use bot
1 parent 814255b commit 470377b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
continue-on-error: true
4141
run: |
4242
cd './build'
43-
git config user.name github-actions
44-
git config user.email github-actions@github.com
43+
git config user.name "github-actions[bot]"
44+
git config user.email "github-actions[bot]@users.noreply.github.com"
4545
git add .
4646
git commit -m "Update pages"
4747
git push

0 commit comments

Comments
 (0)