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.
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.
save-always does not work as intended and will be removed in a future release.
A separate actions/cache/restore step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
Run the post step to save the cache even if another step before fails
A list of files, directories, and wildcard patterns to cache and restore