mirror of
https://github.com/actions/checkout.git
synced 2025-05-06 00:10:02 +00:00
Merge 7618b1f401
into 85e6279cec
This commit is contained in:
commit
9748052ab2
10 changed files with 84 additions and 8 deletions
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
@ -154,6 +154,17 @@ jobs:
|
|||
submodules: true
|
||||
- name: Verify submodules true
|
||||
run: __test__/verify-submodules-true.sh
|
||||
|
||||
# Submodules limited
|
||||
- name: Checkout submodules limited
|
||||
uses: ./
|
||||
with:
|
||||
ref: test-data/v2/submodule-ssh-url
|
||||
path: submodules-true
|
||||
submodules: true
|
||||
submodule-directories: submodule-level-1
|
||||
- name: Verify submodules true
|
||||
run: __test__/verify-submodules-true.sh
|
||||
|
||||
# Submodules recursive
|
||||
- name: Checkout submodules recursive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue