Skip to content

Commit 02e66ca

Browse files
committed
fix(template): Checkout git submodules. Needed by secret and listener operators.
1 parent a22880b commit 02e66ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.github/workflows/pr_pre-commit.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
with:
1818
fetch-depth: 0
19+
submodules: recursive
1920
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2021
with:
2122
python-version: '3.12'

0 commit comments

Comments
 (0)