From 5ad27ddbd9a0163e2daae18547049970489831f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Mon, 13 Jan 2025 22:55:18 +0100 Subject: [PATCH] Revert "Use sender's name and email to commit release updates" This reverts commit 9aacdb91d60e514f9420797994b2f2886f662682. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81fa92afca..ad18752869 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,8 @@ jobs: sed -i -e '3s/.*/ version = "${{ inputs.version }}",/' MODULE.bazel - name: Configure author run: | - git config --local user.name "${{ github.event.sender.name }}" - git config --local user.email "${{ github.event.sender.email }}" + git config --local user.name "github-actions[bot]" + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: Commit changes id: pre_release run: |