Skip to content

Commit 7b04957

Browse files
committed
add submodule checkout in release-cross-repo-test.yml
1 parent 49c8467 commit 7b04957

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release-cross-repo-test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- name: Checkout linode_api4 repository
1616
uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
19+
submodules: 'recursive'
1720

1821
- name: update packages
1922
run: sudo apt-get update -y
@@ -26,11 +29,13 @@ jobs:
2629
with:
2730
python-version: '3.10'
2831

29-
- name: checkout repo
30-
uses: actions/checkout@v3
32+
- name: Checkout ansible repo
33+
uses: actions/checkout@v4
3134
with:
3235
repository: linode/ansible_linode
3336
path: .ansible/collections/ansible_collections/linode/cloud
37+
fetch-depth: 0
38+
submodules: 'recursive'
3439

3540
- name: install dependencies
3641
run: |

0 commit comments

Comments
 (0)