actions-marketplace-validations/CacheStrange

Cache artifacts like dependencies and build outputs to improve workflow execution time

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pathA list of files, directories, and wildcard patterns to cache and restoreyes
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 key. Note `cache-hit` returns false in this case.no
upload-chunk-sizeThe chunk size used to split up large files during upload, in bytesno
s3-endpointS3 AWS Endpointno
s3-access-keyS3 AWS Access Keyno
s3-secret-keyS3 AWS Secret Keyno
s3-bucketS3 AWS Bucketno
s3-regionS3 AWS Regionno
namedescription
cache-hitA boolean value to indicate an exact match was found for the primary key