pi-xcels/Cached Checkout with Artifacts
Caches and checks out the repository using artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name and owner in the format "owner/repo". Defaults to the current repository. | no | ${{ github.repository }} |
| ref | The branch, tag or SHA to checkout. Defaults to the current ref. | no | ${{ github.ref }} |
| path | Path to checkout the repository into. Defaults to ./checkout. | no | checkout |
| token | Token to use for checkout (e.g., github.token). Required if repository is private. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| cache-hit | Boolean indicating if the checkout artifact was restored. |