curlewlabs-com/Runner Local Cache

Local-disk cache for self-hosted runners — drop-in replacement for actions/cache, less network IO.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to restore the cached directory to.yes
keyExact cache key to look up.yes
restore-keysNewline-separated list of key prefixes for fallback matching. The most recently modified matching entry wins.no""
cache-dirAbsolute path to local directory where cache entries are stored. Must be persistent and shared across all runners on the same machine (e.g. a path outside the per-workspace _work directory). Tilde expansion is not supported.yes
namedescription
cache-hit'true' if an exact key match was found, 'false' otherwise.
cache-matched-keyThe key that was actually restored. Equal to 'key' on an exact hit; usually the matched raw key on a prefix hit; empty on a miss.