mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update pushwiki.yml
This commit is contained in:
9
.github/workflows/pushwiki.yml
vendored
9
.github/workflows/pushwiki.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user