codebeltnet/Git Checkout

Checks-out your repository under $GITHUB_WORKSPACE, so your workflow can access it.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 3, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: codebeltnet/git-checkout@7122f3825d9867b46061afb4bb1de08632dfe561 # v1.0.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
refThe branch, tag or SHA to checkout. Default is the head of the default branch in the repository.no${{ github.ref }}
uploadCheckoutUpload the repo as-is for debug purposes. Default is to not upload.nofalse

no outputs