The skip-save option allows users to force the cache to skip saving the cache. skip-save can be set to a constant or to an expression that will be evaluated at the end of the CI job, such as an environment variable.
This is for #498
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'
required:false
required:false
skip-save:
description:'Whether or not to skip the saving of the cache. If this is set to "true", the cache will not be saved. It can also be set to an evironment variable such as "\$\{\{ env.MY_SKIP_SAVE \}\}". If the MY_SKIP_SAVE environment variable is "true" by the end of the CI, caching will be skipped. Default is to update if and only if there was no primary-key exact cache hit.'
required:false
default:false
outputs:
outputs:
cache-hit:
cache-hit:
description:'A boolean value to indicate an exact match was found for the primary key'
description:'A boolean value to indicate an exact match was found for the primary key'