Skip to content

Commit 31d1b8d

Browse files
committed
fix: ci job
1 parent 857efc2 commit 31d1b8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- run: npm run docs
3434
- name: Do git actions
3535
run: |
36+
git config user.email "[email protected]"
37+
git config user.name "Docs Bot"
3638
git add --force -- docs/README.md
3739
git commit -m "docs: add generated docs"
3840
git push

0 commit comments

Comments
 (0)