Merge pull request #654 from trheyi/main
chore: Update submodules in GitHub Actions workflows
This commit is contained in:
commit
bde2243b9b
2 changed files with 2 additions and 0 deletions
1
.github/workflows/pr-test.yml
vendored
1
.github/workflows/pr-test.yml
vendored
|
|
@ -156,6 +156,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: yaoapp/yao-startup-webapp
|
repository: yaoapp/yao-startup-webapp
|
||||||
|
submodules: true
|
||||||
token: ${{ secrets.YAO_TEST_TOKEN }}
|
token: ${{ secrets.YAO_TEST_TOKEN }}
|
||||||
path: yao-startup-webapp
|
path: yao-startup-webapp
|
||||||
|
|
||||||
|
|
|
||||||
1
.github/workflows/unit-test.yml
vendored
1
.github/workflows/unit-test.yml
vendored
|
|
@ -114,6 +114,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: yaoapp/yao-startup-webapp
|
repository: yaoapp/yao-startup-webapp
|
||||||
|
submodules: true
|
||||||
token: ${{ secrets.YAO_TEST_TOKEN }}
|
token: ${{ secrets.YAO_TEST_TOKEN }}
|
||||||
path: yao-startup-webapp
|
path: yao-startup-webapp
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue