Skip to content

Commit

Permalink
Update DocsNav.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanngoswamii authored Feb 9, 2025
1 parent 8f58f84 commit 93fb332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/DocsNav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Commit and push changes
run: |
if [[ -n $(git status -s) ]]; then
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git add -A
git commit -m "Update navbar (automated)"
git push
Expand Down

0 comments on commit 93fb332

Please sign in to comment.