tempest-tech-ltd/Checkout
Checkout a Git repo using --reference
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | GitHub repository name (e.g., owner/repo) or direct Git repository URL (e.g., https://git.example.com/repo.git) Default: GITHUB_REPOSITORY | — | — |
| token | A token to fetch the repository. Typically, you would use GITHUB_TOKEN | — | — |
| common-path | Common (reference) git repo path under GITHUB_WORKSPACE Default: ${repository}.git | — | — |
| path | Relative path under GITHUB_WORKSPACE to place the repository | — | — |
| ref | A branch, tag or SHA to checkout Default: github.ref_name | — | — |
| clean | Whether to clean working directory or not | — | true |
Outputs
no outputs