Skip to content

Commit 14139c7

Browse files
Use Github user account globally instead
1 parent 960cf5d commit 14139c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Deploy the website to the master branch
2424
run: |
2525
cd docs/.vuepress/dist
26-
git config --global user.name "GitHub Actions Bot"
27-
git config --global user.email "action@github.com"
26+
git config --global user.name "Xavier Foucrier"
27+
git config --global user.email "xavier.foucrier@gmail.com"
2828
git init
2929
git add -A
3030
git commit -m "Deploy docs"

0 commit comments

Comments
 (0)