From 0e4574b2e3acb6594142021f2b3e30ad532f15ef Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 14 Apr 2022 15:50:48 -0400 Subject: chore: forward v1.20.6 release commit to main (#14288) --- .github/workflows/version_bump.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index bc8309b22..a55e48da1 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -53,6 +53,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }} GH_WORKFLOW_ACTOR: ${{ github.actor }} run: | - git config user.email "propelml@gmail.com" - git config user.name "denobot" + git config user.email "${{ github.actor }}@users.noreply.github.com" + git config user.name "${{ github.actor }}" ./tools/release/02_create_pr.ts -- cgit v1.2.3