diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-14 15:50:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-14 15:50:48 -0400 |
| commit | 0e4574b2e3acb6594142021f2b3e30ad532f15ef (patch) | |
| tree | 85f3b8847ed171031f847e888bc4e293196b0105 /.github/workflows | |
| parent | f7e7f548499eff8d2df0872d1340ddcdfa028c45 (diff) | |
chore: forward v1.20.6 release commit to main (#14288)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/version_bump.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
