ozankasikci/Local Runner Cache

Cache files and folders locally on the runner filesystem for faster builds

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathA list of files, directories, and wildcard patterns to cacheyes
keyAn explicit key for restoring and saving the cacheyes
restore-keysAn ordered list of keys to use for restoring stale cache if no cache hit occurred for keyno
upload-chunk-sizeThe chunk size used to split up large files during upload, in bytesno
enableCrossOsArchiveAn optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platformsnofalse
cache-dirDirectory where cache files will be stored. Defaults to ~/.cache/github-actions-local-cacheno
lock-timeoutMaximum time in seconds to wait for file locks before breaking them. Defaults to 60 secondsno60
namedescription
cache-hitA boolean value to indicate an exact match was found for the primary key
cache-primary-keyThe key used to store the cache
cache-matched-keyThe key of the cache that was restored (if any)