Skip to content

Commit c661c4c

Browse files
committed
Use GitHub's recommended bot config
1 parent d5f7220 commit c661c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: astral-sh/setup-uv@main
1616
- uses: actions/checkout@main
1717
- run: uv run generate.py
18-
- run: git config --local user.email github-actions@github.com
19-
- run: git config --local user.name "GitHub Action's update job"
18+
- run: git config user.name "github-actions[bot]"
19+
- run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2020
- run: git add .
2121
- run: git commit -m 'Update progress values'
2222
- uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)