File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 80
80
- name : Setup CI Bot
81
81
if : github.event_name == 'workflow_dispatch'
82
82
run : |
83
- git config user.name "The OpenList Bot "
84
- git config user.email "[email protected] "
83
+ git config user.name "${{ secrets.BOT_USERNAME }} "
84
+ git config user.email "${{ secrets.BOT_USEREMAIL }} "
85
85
86
86
- name : Update package.json and commit
87
87
if : github.event_name == 'workflow_dispatch'
Original file line number Diff line number Diff line change 70
70
- name : Setup CI Bot
71
71
if : steps.verify-changed-files.outputs.changed == 'true'
72
72
run : |
73
- git config --global user.name "The OpenList Bot "
74
- git config --global user.email "[email protected] "
73
+ git config --global user.name "${{ secrets.BOT_USERNAME }} "
74
+ git config --global user.email "${{ secrets.BOT_USEREMAIL }} "
75
75
76
76
- name : Commit the changes
77
77
if : steps.verify-changed-files.outputs.changed == 'true'
You can’t perform that action at this time.
0 commit comments