From 55b5eb74e6f29bfb5124015756b41eae917b08b8 Mon Sep 17 00:00:00 2001 From: Darren Temple Date: Wed, 23 Apr 2025 12:47:52 +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 f02db902..166f47fc 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 openactive-bot@users.noreply.github.com + git config --global user.name "openactive[bot]" + git config --global user.email 207210293+openactive[bot]@users.noreply.github.com - name: Use Node.js 18.17.1 uses: actions/setup-node@v1 with: