Skip to content

Commit 0c7ed0b

Browse files
committed
Update publish.yaml
1 parent d4c8dc8 commit 0c7ed0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
3030
- name: Set configuration
3131
run: |
32-
git config --global user.name 'Github Action (publish.yaml)'
33-
git config --global user.email 'victor@lipsum.eu'
32+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
33+
git config --global user.name "github-actions[bot]"
3434
3535
- name: Create requirements files
3636
run: |

0 commit comments

Comments
 (0)