You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
104
-
restore-keys: # optional
105
-
# The chunk size used to split up large files during upload, in bytes
106
-
upload-chunk-size: # optional
107
-
# An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms
108
-
enableCrossOsArchive: # optional, default is false
109
-
# Fail the workflow if cache entry is not found
110
-
fail-on-cache-miss: # optional, default is false
111
-
# Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache
112
-
lookup-only: # optional, default is false
113
-
# Run the post step to save the cache even if another step before fails
0 commit comments