From d1d45fdf09747a8ab4a331396e96310568929282 Mon Sep 17 00:00:00 2001 From: rfresh2 <89827146+rfresh2@users.noreply.github.com> Date: Thu, 9 May 2024 15:38:16 -0700 Subject: [PATCH] set wiki push branch --- .github/workflows/commands-wiki.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/commands-wiki.yml b/.github/workflows/commands-wiki.yml index 33c3a5efe..e9814f270 100644 --- a/.github/workflows/commands-wiki.yml +++ b/.github/workflows/commands-wiki.yml @@ -72,4 +72,5 @@ jobs: uses: ad-m/github-push-action@master with: repository: ${{github.repository}}.wiki + branch: master github_token: ${{ secrets.GITHUB_TOKEN }}