mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Changed mail from MooseBotter
This commit is contained in:
parent
722c33df62
commit
10dffb0689
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
|||||||
if: ${{ vars.FORCE_PUSH == 'true' }}
|
if: ${{ vars.FORCE_PUSH == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
git config user.name "MooseBotter"
|
git config user.name "MooseBotter"
|
||||||
git config user.email "moosebotter@tniedermeier.com"
|
git config user.email "MooseBotter@users.noreply.github.com"
|
||||||
git add .
|
git add .
|
||||||
git commit --allow-empty -m "Auto commit by GitHub Actions Workflow"
|
git commit --allow-empty -m "Auto commit by GitHub Actions Workflow"
|
||||||
git push --set-upstream origin master
|
git push --set-upstream origin master
|
||||||
|
|||||||
2
.github/workflows/build-includes.yml
vendored
2
.github/workflows/build-includes.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
|||||||
if: ${{ vars.FORCE_PUSH == 'true' }}
|
if: ${{ vars.FORCE_PUSH == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
git config user.name "MooseBotter"
|
git config user.name "MooseBotter"
|
||||||
git config user.email "moosebotter@tniedermeier.com"
|
git config user.email "MooseBotter@users.noreply.github.com"
|
||||||
git add .
|
git add .
|
||||||
git commit --allow-empty -m "Auto commit by GitHub Actions Workflow"
|
git commit --allow-empty -m "Auto commit by GitHub Actions Workflow"
|
||||||
git push --set-upstream origin ${{ steps.extract_branch.outputs.branch }}
|
git push --set-upstream origin ${{ steps.extract_branch.outputs.branch }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user