Skip to content

Commit 2abcfc2

Browse files
authored
recurse submodules
1 parent 8864c3e commit 2abcfc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-publish-perception.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
steps:
3737
- name: Checkout repository
3838
uses: actions/checkout@v3
39+
with:
40+
submodules: 'true'
41+
username: ${{ github.actor }}
42+
password: ${{ secrets.GITHUB_TOKEN }}
3943

4044
# Install the cosign tool except on PR
4145
# https://github.com/sigstore/cosign-installer

0 commit comments

Comments
 (0)