Skip to content

Commit 9e58a08

Browse files
committed
fix(ci): use allowed commiter
1 parent 4800c12 commit 9e58a08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mkdocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
6060
- name: Setup Git
6161
run: |
62-
git config user.name "github-actions"
63-
git config user.email "github-actions@github.com"
62+
git config user.name "github-actions[bot]"
63+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
6464
6565
- name: Deploy docs
6666
env:

0 commit comments

Comments
 (0)