From c61f6211f97ccc48bb1883b3b36f21b9c9603e83 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 17 Nov 2022 10:23:00 +0100 Subject: [PATCH] ci: use fixed renovate bot email for commits Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .github/workflows/test-tidy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-tidy.yml b/.github/workflows/test-tidy.yml index d344f24ba..f0ebb502c 100644 --- a/.github/workflows/test-tidy.yml +++ b/.github/workflows/test-tidy.yml @@ -63,7 +63,7 @@ jobs: if: ${{ failure() && (steps.tidycheck.conclusion == 'failure') && startsWith(github.head_ref, 'renovate/') }} shell: bash run: | - git config --global user.name "${{ github.actor }}" - git config --global user.email "${{ github.actor }}@users.noreply.github.com" + git config --global user.name "renovate[bot]" + git config --global user.email "29139614+renovate[bot]@users.noreply.github.com" git commit -am "[bot] Tidy all modules" git push