Skip to content

Commit b846376

Browse files
Update DocsNav.yml
1 parent 3a38603 commit b846376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/DocsNav.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Commit and push changes
3030
run: |
3131
if [[ -n $(git status -s) ]]; then
32+
git config user.name github-actions[bot]
33+
git config user.email github-actions[bot]@users.noreply.github.com
3234
git add -A
3335
git commit -m "Update navbar (automated)"
3436
git push

0 commit comments

Comments
 (0)