From 285d0ddc0e53eb011ba9b19128027ab86a68a151 Mon Sep 17 00:00:00 2001 From: Darren Temple Date: Wed, 23 Apr 2025 13:12:54 +0100 Subject: [PATCH] chore: Update bot username and email --- .github/workflows/publish-to-npm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-npm.yaml b/.github/workflows/publish-to-npm.yaml index 7d91d98a..7a917bfa 100644 --- a/.github/workflows/publish-to-npm.yaml +++ b/.github/workflows/publish-to-npm.yaml @@ -11,13 +11,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }} - name: Identify run: | - git config user.name OpenActive Bot - git config user.email hello@openactive.io + git config --global user.name "openactive[bot]" + git config --global user.email 207210293+openactive[bot]@users.noreply.github.com - name: Use Node.js 14.x uses: actions/setup-node@v1 with: