Skip to content

Commit fa31983

Browse files
committed
fix: use SP bot as git name
1 parent 30042b8 commit fa31983

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ runs:
3232
- name: Set up Git
3333
shell: bash
3434
run: |
35-
git config user.name "github-actions[bot]"
36-
git config user.email "github-actions[bot]@users.noreply.github.com"
35+
git config user.name "Scientific Python [bot]"
36+
git config user.email "scientific-python@users.noreply.github.com"
3737
3838
- name: Download schedule artifact
3939
shell: bash

0 commit comments

Comments
 (0)