Skip to content

Commit 285d0dd

Browse files
authored
chore: Update bot username and email
1 parent 043f977 commit 285d0dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-npm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
1717
- name: Identify
1818
run: |
19-
git config user.name OpenActive Bot
20-
git config user.email hello@openactive.io
19+
git config --global user.name "openactive[bot]"
20+
git config --global user.email 207210293+openactive[bot]@users.noreply.github.com
2121
- name: Use Node.js 14.x
2222
uses: actions/setup-node@v1
2323
with:

0 commit comments

Comments
 (0)