tamvo0610/Local Cache on 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 |
|---|---|---|---|
| TARGET_PATH | File or folder to be cached | yes | — |
| TARGET_ACTION | Action will be run if cache not found | yes | — |
| CACHE_KEY | Explicit key for versioning the cache | yes | — |
| CACHE_PATH | Path dir will cache | yes | — |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate if cache was found and restored |