one-up-games/Checkout
Checkout a Git repository at a particular version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | The 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. | — | — |
| clean | Whether to execute `git clean -ffdx -e Library && git reset --hard HEAD` before fetching | — | true |
| lfs | Whether to download Git-LFS files | — | false |
| fetch-depth | Number of commits to fetch. 0 indicates all history for all branches and tags. | — | 0 |
Outputs
no outputs