Skip to content

Commit 839570d

Browse files
committed
[gha] Provide user/email for bot action
1 parent 8a89549 commit 839570d

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
@@ -32,6 +32,8 @@ jobs:
3232
- name: Commit and push changes
3333
run: |
3434
if [[ -n $(git status -s) ]]; then
35+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
36+
git config --global user.name "GitHub Actions"
3537
git add -A
3638
git commit -m "Update navbar (automated)"
3739
git push

0 commit comments

Comments
 (0)