summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/version_bump.yml4
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