Skip to content

Commit a996443

Browse files
authored
chore: Update bot username and email (#50)
1 parent 97f90b6 commit a996443

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
1818

1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
with:
2222
token: ${{ steps.generate-token.outputs.token }}
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)