Skip to content

Commit 51aa7a2

Browse files
committed
Checkout submodules recursively
1 parent 2293711 commit 51aa7a2

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)