mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: use fixed renovate bot email for commits
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
3fd678492f
commit
c61f6211f9
4
.github/workflows/test-tidy.yml
vendored
4
.github/workflows/test-tidy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user