This commit is contained in:
Max 2021-10-07 16:42:23 +08:00
parent 90926acb56
commit b3abab59b2

View file

@ -48,19 +48,19 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: yaoapp/kun repository: yaoapp/kun
path: kun path: ../kun
- name: Checkout Xun - name: Checkout Xun
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: yaoapp/xun repository: yaoapp/xun
path: xun path: ../xun
- name: Checkout Gou - name: Checkout Gou
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: yaoapp/gou repository: yaoapp/gou
path: gou path: ../gou
token: ${{ secrets.TOKEN }} token: ${{ secrets.TOKEN }}
- name: Checkout Xiang - name: Checkout Xiang