Skip to content

Commit 960cf5d

Browse files
Set global git config
1 parent 1c1bc62 commit 960cf5d

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 user.name "Xavier Foucrier"
27-
git config user.email "xavier.foucrier@gmail.com"
26+
git config --global user.name "GitHub Actions Bot"
27+
git config --global user.email "action@github.com"
2828
git init
2929
git add -A
3030
git commit -m "Deploy docs"

0 commit comments

Comments
 (0)