diff --git a/.github/actions/checkout-head/action.yml b/.github/actions/checkout-head/action.yml index d4e3fe5..2713706 100644 --- a/.github/actions/checkout-head/action.yml +++ b/.github/actions/checkout-head/action.yml @@ -62,4 +62,5 @@ runs: path: ${{ inputs.path }} repository: ${{ inputs.repository }} ref: ${{ steps.repo.outputs.ref }} - token: ${{ inputs.token }} \ No newline at end of file + token: ${{ inputs.token }} + submodules: 'recursive' \ No newline at end of file