Skip to content

Commit 2ba27e5

Browse files
authored
kn: enable checking out submodules recursively (#56)
1 parent 2293711 commit 2ba27e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/checkout-head/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ runs:
6262
path: ${{ inputs.path }}
6363
repository: ${{ inputs.repository }}
6464
ref: ${{ steps.repo.outputs.ref }}
65-
token: ${{ inputs.token }}
65+
token: ${{ inputs.token }}
66+
submodules: 'recursive'

0 commit comments

Comments
 (0)