diff --git a/.github/workflows/sync-wiki.yaml b/.github/workflows/sync-wiki.yaml index 607c438e90..063ba92c80 100644 --- a/.github/workflows/sync-wiki.yaml +++ b/.github/workflows/sync-wiki.yaml @@ -22,6 +22,7 @@ jobs: run: | git remote add best-wiki-git https://github.com/rusefi/rusefi.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.name "GitHub Action" git merge best-wiki-git/master