Changed mail from MooseBotter

This commit is contained in:
kaltokri 2023-10-20 09:58:35 +02:00
parent 722c33df62
commit 10dffb0689
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ jobs:
if: ${{ vars.FORCE_PUSH == 'true' }}
run: |
git config user.name "MooseBotter"
git config user.email "moosebotter@tniedermeier.com"
git config user.email "MooseBotter@users.noreply.github.com"
git add .
git commit --allow-empty -m "Auto commit by GitHub Actions Workflow"
git push --set-upstream origin master

View File

@ -124,7 +124,7 @@ jobs:
if: ${{ vars.FORCE_PUSH == 'true' }}
run: |
git config user.name "MooseBotter"
git config user.email "moosebotter@tniedermeier.com"
git config user.email "MooseBotter@users.noreply.github.com"
git add .
git commit --allow-empty -m "Auto commit by GitHub Actions Workflow"
git push --set-upstream origin ${{ steps.extract_branch.outputs.branch }}