davidrfreeman/Docker Checkout

Checkout a Git repository using Docker - no Node.js required

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name with owner. For example, actions/checkoutno
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.no
tokenPersonal access token (PAT) used to fetch the repository. Not typically needed for public repos.no
ssh-keySSH key used to fetch the repository. Not typically needed.no""
ssh-known-hostsKnown hosts in addition to the user and global host key databaseno""
persist-credentialsWhether to configure the token or SSH key with the local git configtrue
pathRelative path under $GITHUB_WORKSPACE to place the repository.
cleanWhether to execute `git clean -ffdx && git reset --hard HEAD` before fetchingtrue
fetch-depthNumber of commits to fetch. 0 indicates all history for all branches and tags.1
lfsWhether to download Git-LFS filesfalse
submodulesWhether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodulesfalse
set-safe-directoryAdd repository path as safe.directory for Git global configtrue

no outputs