iby/Self-cached – Local Runner Cache
Store caches locally (on guest or host) on self-hosted runners.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | A list of files and directories to cache. | yes | — |
| key | An explicit key for storing and restoring the cache. | yes | — |
| dir | A directory path for storing (to) and restoring (from) the cache. Defaults to $SELF_CACHED_DIR or $RUNNER_TOOL_CACHE if not set. | no | — |
| compress | Specifies whether to compress cache using tar. Defaults to $SELF_CACHED_COMPRESS or true if not set. | no | — |
Outputs
| name | description |
|---|---|
| cache-hit | Specifies whether the cache was restored or not. |