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
Copy file name to clipboardExpand all lines: hugoalh.GitHubActionsToolkit/module/cache.psm1
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ Number of parallel downloads of the cache (only for Azure SDK).
26
26
Maximum time for each download request of the cache, by seconds (only for Azure SDK).
27
27
.PARAMETERSegmentTimeout
28
28
Maximum time for each segment download request of the cache, by minutes; This allows the segment download to get aborted and hence allow the job to proceed with a cache miss.
29
+
.PARAMETERLookUp
30
+
Weather to skip downloading the cache entry, and only check if a matching cache entry exists and return the cache key if it does.
0 commit comments