Skip to content

Commit f3d421b

Browse files
committed
Github action checkout repo with submodules
1 parent 1c18dd9 commit f3d421b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
5757
# Check out GitHub repo
5858
- uses: actions/checkout@v4
59+
with:
60+
submodules: 'recursive'
5961

6062
# SNYK IAC scan and report - TODO
6163
# - name: Run Snyk IAC to test and report

0 commit comments

Comments
 (0)