vstarweb/Checkout
Get sources from a GitHub repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name | — | — |
| ref | Ref to checkout (SHA, branch, tag) | — | — |
| token | Access token for clone repository | — | — |
| clean | If true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching | — | true |
| submodules | Whether to recursively clone submodules; defaults to false | — | — |
| lfs | Whether to download Git-LFS files; defaults to false | — | — |
| fetch-depth | The depth of commits to ask Git to fetch; defaults to no limit | — | — |
| path | Optional path to check out source code | — | — |
Outputs
no outputs