Skip to content

Commit b8af2cc

Browse files
Set git user config to use github-actions[bot]
1 parent 2d06cad commit b8af2cc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/bump-dev-dep.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,18 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26+
- name: Setup git user config
27+
run: |
28+
git config --global user.name github-actions[bot]
29+
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
30+
2631
- name: Set up uv
2732
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
2833
with:
2934
version: "latest"
3035
enable-cache: true
3136

32-
- name: Regenerate
37+
- name: Bump
3338
# Updates uv.lock, requirements.txt, and docs/requirements.txt
3439
run: uv run -P $PKG_TO_BUMP prek -a uv-export || true
3540
env:

0 commit comments

Comments
 (0)