Skip to content

Commit 6cfb4eb

Browse files
committed
Recursively checkout repository
1 parent 1823878 commit 6cfb4eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-image-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
OS_CLIENT_CONFIG_FILE: ${{ github.workspace }}/clouds.yaml
2727
EXTRA_VARS_FILE: .github/extra_vars/arcus.yml
2828
steps:
29-
- uses: actions/checkout@v2
29+
- name: Checkout repository
30+
uses: actions/checkout@v3
31+
with:
32+
submodules: true
3033

3134
- name: Install ansible etc
3235
run: dev/setup-env.sh

0 commit comments

Comments
 (0)