ci: use fixed renovate bot email for commits

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-11-17 10:23:00 +01:00
parent 3fd678492f
commit c61f6211f9

View File

@ -63,7 +63,7 @@ jobs:
if: ${{ failure() && (steps.tidycheck.conclusion == 'failure') && startsWith(github.head_ref, 'renovate/') }} if: ${{ failure() && (steps.tidycheck.conclusion == 'failure') && startsWith(github.head_ref, 'renovate/') }}
shell: bash shell: bash
run: | run: |
git config --global user.name "${{ github.actor }}" git config --global user.name "renovate[bot]"
git config --global user.email "${{ github.actor }}@users.noreply.github.com" git config --global user.email "29139614+renovate[bot]@users.noreply.github.com"
git commit -am "[bot] Tidy all modules" git commit -am "[bot] Tidy all modules"
git push git push