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 857efc2 commit 31d1b8dCopy full SHA for 31d1b8d
.github/workflows/node.js.yml
@@ -33,6 +33,8 @@ jobs:
33
- run: npm run docs
34
- name: Do git actions
35
run: |
36
+ git config user.email "[email protected]"
37
+ git config user.name "Docs Bot"
38
git add --force -- docs/README.md
39
git commit -m "docs: add generated docs"
40
git push
0 commit comments