We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30042b8 commit fa31983Copy full SHA for fa31983
1 file changed
action.yaml
@@ -32,8 +32,8 @@ runs:
32
- name: Set up Git
33
shell: bash
34
run: |
35
- git config user.name "github-actions[bot]"
36
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "Scientific Python [bot]"
+ git config user.email "scientific-python@users.noreply.github.com"
37
38
- name: Download schedule artifact
39
0 commit comments