Skip to content

Commit 698fbf3

Browse files
committed
fix bot email
1 parent ef9348c commit 698fbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Configure git identity
2525
run: |
2626
git config --global user.name "github-actions[bot]"
27-
git config --global user.email "41898282githubactions@noreply.github.com"
27+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
2828
- name: Run tests
2929
run: uv run pytest -q
3030

0 commit comments

Comments
 (0)