We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2293711 commit 2ba27e5Copy full SHA for 2ba27e5
.github/actions/checkout-head/action.yml
@@ -62,4 +62,5 @@ runs:
62
path: ${{ inputs.path }}
63
repository: ${{ inputs.repository }}
64
ref: ${{ steps.repo.outputs.ref }}
65
- token: ${{ inputs.token }}
+ token: ${{ inputs.token }}
66
+ submodules: 'recursive'
0 commit comments