From a98a323185481ba48070a3547d98cfbc940ee591 Mon Sep 17 00:00:00 2001 From: Darren Temple Date: Wed, 23 Apr 2025 18:46:22 +0100 Subject: [PATCH] chore: Update bot username and email --- .github/workflows/publish-to-npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-npm.yml b/.github/workflows/publish-to-npm.yml index ce9bcdb..08dc6d0 100644 --- a/.github/workflows/publish-to-npm.yml +++ b/.github/workflows/publish-to-npm.yml @@ -16,8 +16,8 @@ jobs: 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: