parent
9ec20e8d90
commit
6c5f04fa60
|
@ -22,6 +22,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git remote add best-wiki-git https://github.com/rusefi/rusefi.wiki.git
|
git remote add best-wiki-git https://github.com/rusefi/rusefi.wiki.git
|
||||||
git fetch best-wiki-git
|
git fetch best-wiki-git
|
||||||
|
git show --name-only best-wiki-git/master
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git merge best-wiki-git/master
|
git merge best-wiki-git/master
|
||||||
|
|
Loading…
Reference in New Issue