mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Fixed wrong git config entries in build-docs.yml
This commit is contained in:
parent
dc54cc82af
commit
722c33df62
4
.github/workflows/build-docs.yml
vendored
4
.github/workflows/build-docs.yml
vendored
@ -129,8 +129,8 @@ jobs:
|
|||||||
- name: Push result to docs repository
|
- name: Push result to docs repository
|
||||||
if: ${{ vars.FORCE_PUSH == 'true' }}
|
if: ${{ vars.FORCE_PUSH == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
git config user.name "kaltokri"
|
git config user.name "MooseBotter"
|
||||||
git config user.email "rolf.geuenich@gmail.com"
|
git config user.email "moosebotter@tniedermeier.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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user