Skip to content

Commit 667ffff

Browse files
committed
Fix: setting up 'real' pipeline bot git user; bumping version
1 parent e7180be commit 667ffff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151

5252
- name: Set Commitbot Identity
5353
run: |
54-
git config user.name "React-HTML-Element Publish Bot"
55-
git config user.email "react-html-element-bot@wtw.org"
54+
git config user.name "im-pipeline-bot"
55+
git config user.email "73202619+im-pipeline-bot@users.noreply.github.com"
5656
5757
- name: Semantic Release
5858
env:

0 commit comments

Comments
 (0)