From 739fdd33e946a0fdc729ee243aa28a7340bc773a Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj <7842232+AbdullahAlfaraj@users.noreply.github.com> Date: Mon, 6 Feb 2023 09:27:08 +0300 Subject: [PATCH] change the wiki folder name to docs --- .github/workflows/wiki-sync-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki-sync-action.yml b/.github/workflows/wiki-sync-action.yml index 091658a..bff2791 100644 --- a/.github/workflows/wiki-sync-action.yml +++ b/.github/workflows/wiki-sync-action.yml @@ -22,7 +22,7 @@ jobs: with: username: AbdullahAlfaraj access_token: ${{ secrets.WIKI_ACTION_TOKEN }} - wiki_folder: wiki + wiki_folder: docs commit_username: 'AbdullahAlfaraj ' commit_email: '7842232+AbdullahAlfaraj@users.noreply.github.com' commit_message: 'action: wiki sync'