Skip to content

Commit 487e20d

Browse files
authored
Update deploy-readme.yml
Use GitHub bot as commit author.
1 parent ba72819 commit 487e20d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy-readme.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121

2222
- name: 📤 Commit and push index.html
2323
run: |
24-
git config user.name "github-actions"
25-
git config user.email "[email protected]"
26-
27-
git add index.html .nojekyll
24+
git config user.name "github-actions[bot]"
25+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
26+
git add index.html
2827
git commit -m "Auto-update index.html from ZedGraph/README.md" || echo "No changes to commit"
2928
git push

0 commit comments

Comments
 (0)