corca-ai/Local Cache on Self-hosted Runner
Cache dependencies and build outputs to improve workflow execution time on self hosted machine
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | A directory to save and restore cache. | yes | — |
| key | An explicit key for a cache. | yes | — |
| base | A base directory to save and restore cache. | no | /home/ubuntu/.cache |
| clean-key | If set, caches are cleaned up automatically at post action stage. | no | — |
Outputs
| name | description |
|---|---|
| cache-hit | Cache hit or not |