dflook/Checkout

Checkout a GitHub repository at a particular ref

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.
tokenToken to use when checking out the repository${{ github.token }}
pathRelative path under $GITHUB_WORKSPACE to place the repository.
namedescription
refThe branch, tag or SHA that was checked out
commitThe commit SHA that was checked out