From a5b36cae41880e1d31ab54757ef779dc281a08b8 Mon Sep 17 00:00:00 2001 From: Lukas Dullinger <129603980+itislu@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:08:54 +0200 Subject: [PATCH] cd: Configure GH Actions bot correctly https://github.com/actions/checkout/pull/1184 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9f70a51..69f9dcf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,8 +21,8 @@ jobs: - name: Setup Git run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: Release and Upload Asset uses: softprops/action-gh-release@v2