codebeltnet/Git Checkout
Checks-out your repository under $GITHUB_WORKSPACE, so your workflow can access it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 3, 2026
- License
- MIT
Pinned Snippet
uses: codebeltnet/git-checkout@7122f3825d9867b46061afb4bb1de08632dfe561 # v1.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | The branch, tag or SHA to checkout. Default is the head of the default branch in the repository. | no | ${{ github.ref }} |
| uploadCheckout | Upload the repo as-is for debug purposes. Default is to not upload. | no | false |
Outputs
no outputs