We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762bc98 commit da8dc92Copy full SHA for da8dc92
.github/workflows/publish.yml
@@ -47,6 +47,7 @@ jobs:
47
48
- name: Commit and push changes
49
run: |
50
+ git config --global user.name "github-actions[bot]"
51
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
52
git add pyproject.toml
53
git commit -m "Update pyproject.toml"
0 commit comments