tamvo0610/Local Cache Self-Hosted
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 | An explicit key for versioning the cache | yes | — |
| action | The file or folder to be cached | no | — |
| cache-key | The path dir will cache | yes | — |
| cache-dir | Action will be run if not cashed yet | yes | — |
| working-directory | Working directory | no | — |
| restore-only | Restore only, skip save cache | no | false |
| save-only | Save only, skip restore cache | no | false |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate if cache was found and restored |