kolanich-ghactions/checkout

Fetches the content of the current repo without relying on Node.js and its machinery.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name with owner. For example, actions/checkout${{ github.repository }}
refThe branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch. ${{ github.sha }}
pathRelative path under $GITHUB_WORKSPACE to place the repository""
fetch-depthNumber of commits to fetch.50
submodulesWhether 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 `git@github.com:` are converted to HTTPS. false

no outputs