mirror of https://github.com/Xhofe/alist
pull/548/head
v2.0.0-beta3
parent
12f68eaed9
commit
ac8476702c
|
@ -32,6 +32,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: v2
|
ref: v2
|
||||||
path: alist
|
path: alist
|
||||||
|
persist-credentials: false
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Checkout web repo
|
- name: Checkout web repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -39,6 +41,8 @@ jobs:
|
||||||
repository: Xhofe/alist-web
|
repository: Xhofe/alist-web
|
||||||
ref: v2
|
ref: v2
|
||||||
path: alist-web
|
path: alist-web
|
||||||
|
persist-credentials: false
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up xgo
|
- name: Set up xgo
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue