Skip to content

Commit 4d88c3e

Browse files
committed
bot: change name
Signed-off-by: Huamin Chen <[email protected]>
1 parent 519de04 commit 4d88c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Commit changes
4646
if: github.event_name != 'pull_request' && steps.verify-changed-files.outputs.files_changed == 'true'
4747
run: |
48-
git config --local user.email "info@sustainable-computing.io"
49-
git config --local user.name "sustainabile-computing-bot"
48+
git config --local user.email "bot@sustainable-computing.io"
49+
git config --local user.name "sustainable-computing-bot"
5050
git add README.md
5151
git commit -m "bot: Updated coverage badge." -s
5252

0 commit comments

Comments
 (0)