Skip to content

Commit 2511fed

Browse files
committed
20230312C
1 parent ce004ad commit 2511fed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hugoalh.GitHubActionsToolkit/module/cache.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Number of parallel downloads of the cache (only for Azure SDK).
2626
Maximum time for each download request of the cache, by seconds (only for Azure SDK).
2727
.PARAMETER SegmentTimeout
2828
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+
.PARAMETER LookUp
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.
2931
.OUTPUTS
3032
[String] The key of the cache hit.
3133
#>

0 commit comments

Comments
 (0)