description:'An explicit key for restoring and saving the cache'
description:'An explicit key for restoring and saving the cache'
required:true
required:true
restore-keys:
restore-keys:
description:'An 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.'
description:'An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
required:false
required:false
upload-chunk-size:
upload-chunk-size:
description:'The chunk size used to split up large files during upload, in bytes'
description:'The chunk size used to split up large files during upload, in bytes'
description:'An explicit key for restoring the cache'
description:'An explicit key for restoring the cache'
required:true
required:true
restore-keys:
restore-keys:
description:'An 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.'
description:'An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
required:false
required:false
enableCrossOsArchive:
enableCrossOsArchive:
description:'An optional boolean when enabled, allows windows runners to restore caches that were saved on other platforms'
description:'An optional boolean when enabled, allows windows runners to restore caches that were saved on other platforms'