We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9348c commit 698fbf3Copy full SHA for 698fbf3
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Configure git identity
25
run: |
26
git config --global user.name "github-actions[bot]"
27
- git config --global user.email "41898282githubactions@noreply.github.com"
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
28
- name: Run tests
29
run: uv run pytest -q
30
0 commit comments