Update pushwiki.yml

This commit is contained in:
Jay Lee 2025-04-09 14:34:31 -04:00 committed by GitHub
parent f66220ac75
commit d6f17746c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,17 @@ jobs:
pushwiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- 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
- uses: actions/checkout@master
- name: Checkout Wiki source
uses: actions/checkout@master
with:
path: GAM.wiki
repository: GAM-team/GAM.wiki
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