Skip to content

Commit a6e4716

Browse files
Update update-docs-index.yml
1 parent 4c32161 commit a6e4716

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Commit and push changes
3030
run: |
31-
git config user.name "GitHub Actions Bot"
31+
git config user.name "GitHub Actions [Bot]"
3232
git config user.email "bot@github.com"
33-
git add docs-index.html
33+
git add index.html
3434
git commit -m "Auto-update docs index" || echo "No changes to commit"
3535
git push

0 commit comments

Comments
 (0)