Skip to content

Commit 76a551c

Browse files
committed
also clone submodules to bring the kubernetes cluster manifests
1 parent ab4a205 commit 76a551c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
25+
with:
26+
submodules: recursive
2527

2628
# Install the cosign tool
2729
# https://github.com/sigstore/cosign-installer

0 commit comments

Comments
 (0)