From 1d6281adb0d2d24934ef5c83f15c7ec50d6458ea Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 31 Jul 2021 20:30:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20Attempts=20to=20fix=20w?= =?UTF-8?q?iki=20sync=20cron=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wiki-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki-sync.yml b/.github/workflows/wiki-sync.yml index 4a0978df..85a2712e 100644 --- a/.github/workflows/wiki-sync.yml +++ b/.github/workflows/wiki-sync.yml @@ -13,7 +13,7 @@ jobs: with: username: example access_token: ${{ secrets.GITHUB_TOKEN }} - wiki_folder: docs + wiki_folder: ./docs commit_username: 'liss-bot' commit_email: 'liss-bot@d0h.co' commit_message: '📕 Chore: Sync Wiki'