Skip to content

Commit b4409dd

Browse files
Update update-docs-index.yml
1 parent 82278e4 commit b4409dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-docs-index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
run: |
33+
git config user.name "github-actions[bot]"
34+
git config user.email "github-actions[bot]@users.noreply.github.com"
3335
git add docs-index.html
3436
git commit -m "Auto-update docs index" || echo "No changes to commit"
3537
git push

0 commit comments

Comments
 (0)