Skip to content

Commit 6c010bf

Browse files
Add email identity
1 parent 4e64498 commit 6c010bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
cd docs/.vuepress/dist
2626
git config user.name "GitHub Actions Bot"
27-
git config user.email "<>"
27+
git config user.email "[email protected]"
2828
git init
2929
git add -A
3030
git commit -m "Deploy docs"

0 commit comments

Comments
 (0)