We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d66bfb7 + 40f2d09 commit d9dd723Copy full SHA for d9dd723
.github/workflows/update.yml
@@ -15,8 +15,8 @@ jobs:
15
- uses: astral-sh/setup-uv@main
16
- uses: actions/checkout@main
17
- 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"
+ - run: git config user.name "github-actions[bot]"
+ - run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
20
- run: git add .
21
- run: git commit -m 'Update progress values'
22
- uses: ad-m/github-push-action@master
0 commit comments