stefanpenner/Checkout anywhere
Check a repo out at a branch/tag/SHA into any path (including outside $GITHUB_WORKSPACE).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | owner/repo to clone | yes | — |
| ref | branch, tag, or commit SHA to check out | yes | — |
| path | target directory; may be outside the workspace (e.g. ../_shared-workflow) | yes | — |
| token | token for cloning (defaults to the job's GITHUB_TOKEN; only needed for private repos) | no | ${{ github.token }} |
Outputs
no outputs