Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 7, 2021
1 parent 90926ac commit b3abab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ jobs:
uses: actions/checkout@v2
with:
repository: yaoapp/kun
path: kun
path: ../kun

- name: Checkout Xun
uses: actions/checkout@v2
with:
repository: yaoapp/xun
path: xun
path: ../xun

- name: Checkout Gou
uses: actions/checkout@v2
with:
repository: yaoapp/gou
path: gou
path: ../gou
token: ${{ secrets.TOKEN }}

- name: Checkout Xiang
Expand Down

0 comments on commit b3abab5

Please sign in to comment.