Skip to content

Commit ae15637

Browse files
committed
ci: do not clone submodules recursively
1 parent 8a8bc84 commit ae15637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@v2
3434
with:
35-
submodules: recursive
35+
submodules: true
3636

3737
- name: Log into registry ${{ env.REGISTRY }}
3838
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)