We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c8dc8 commit 0c7ed0bCopy full SHA for 0c7ed0b
.github/workflows/publish.yaml
@@ -29,8 +29,8 @@ jobs:
29
30
- name: Set configuration
31
run: |
32
- git config --global user.name 'Github Action (publish.yaml)'
33
- git config --global user.email 'victor@lipsum.eu'
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
34
35
- name: Create requirements files
36
0 commit comments