Skip to content

Commit d902e7a

Browse files
authored
chore: Update bot username and email (#26)
1 parent 6b3cf6a commit d902e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

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

2424
- name: Identify
2525
run: |
26-
git config user.name OpenActive Bot
27-
git config user.email hello@openactive.io
26+
git config --global user.name "openactive[bot]"
27+
git config --global user.email 207210293+openactive[bot]@users.noreply.github.com
2828
2929
- name: Set up Ruby
3030
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)