You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Checkout submodule
v1.0.0
This Action makes checkout private submodule simply
Checkout submodule foo
- use: Mushus/[email protected]
with:
submodulePath: ./foo
Checkout submodule bar
with deploy key DEPLOY_KEY_BAR
- use: Mushus/[email protected]
with:
submodulePath: ./bar
identifier: ${{ secret.DEPLOY_KEY_BAR }}
identifier
is a identifier file contents
Checkout submodule foo
in repository bar
- use: Mushus/[email protected]
with:
basePath: ./bar
submodulePath: ./foo