Update pushwiki.yml

This commit is contained in:
Jay Lee
2025-04-09 14:39:47 -04:00
committed by GitHub
parent 59a7460641
commit f156c94690

View File

@@ -10,11 +10,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout GAM source - name: Checkout GAM source
uses: actions/checkout@master run: |
with: # checkout via normal shell here
path: GAM # so we're not authorized to actually make any changes
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token git clone https://github.com/GAM-team/GAM
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Checkout Wiki source - name: Checkout Wiki source
uses: actions/checkout@master uses: actions/checkout@master