We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e64498 commit 6c010bfCopy full SHA for 6c010bf
.github/workflows/deploy-docs.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
cd docs/.vuepress/dist
26
git config user.name "GitHub Actions Bot"
27
- git config user.email "<>"
+ git config user.email "action@github.com"
28
git init
29
git add -A
30
git commit -m "Deploy docs"
0 commit comments