From f156c9469055b87fe3d6448f45cd4de14209735b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 9 Apr 2025 14:39:47 -0400 Subject: [PATCH] Update pushwiki.yml --- .github/workflows/pushwiki.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pushwiki.yml b/.github/workflows/pushwiki.yml index e1494c06..e95250a1 100644 --- a/.github/workflows/pushwiki.yml +++ b/.github/workflows/pushwiki.yml @@ -10,11 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout GAM source - uses: actions/checkout@master - with: - path: GAM - persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token - fetch-depth: 0 # otherwise, you will failed to push refs to dest repo + run: | + # checkout via normal shell here + # so we're not authorized to actually make any changes + git clone https://github.com/GAM-team/GAM - name: Checkout Wiki source uses: actions/checkout@master