Checkout a Git repository at a particular version
Input | Description | Required | Default Value |
---|---|---|---|
submodules | Whether to checkout submodules: true to checkout submodules or recursive to recursively checkout submodules.When the ssh-key input is not provided, SSH URLs beginning with [email protected]: are converted to HTTPS. |
no | false |
set‑safe‑directory | Add repository path as safe.directory for Git global config by running git config --global --add safe.directory <path> |
no | true |
path | Relative path under $GITHUB_WORKSPACE to place the repository | no |