Documentation
Hosting your own instance
CDS Developer Manual
About
Star
Home
Concepts
Actions
Components
Integrations
Tutorials
checkout
Parameters
This action execute a git checkout
Parameters
git-url
: The repository url to clone
path
: Relative path under $CD_WORKSPACE to place the repository
ref
: The branch, tag to checkout
sha
: The commit sha to checkout
ssh-key
: The ssh-key used to fetch the repository
submodules
: Whether to checkout submodules:
true
to checkout submodules or
recursive
to recursively checkout submodules
token
: Token use for https authentication
username
: Username use for https authentication