From 6c5f04fa60958aea81c5b4a8a559c1b39376e9f8 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Sat, 22 Aug 2020 08:52:21 -0500 Subject: [PATCH] Wiki debug (#1718) * add changes list for debugging * fix whitespace --- .github/workflows/sync-wiki.yaml | 1 + 1 file changed, 1 insertion(+) 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