Fix cache lookup scenario
This commit is contained in:
Vendored
+1
-1
@@ -261,7 +261,7 @@ async function restoreCacheV2(
|
||||
|
||||
if (options?.lookupOnly) {
|
||||
core.info('Lookup only - skipping download')
|
||||
return request.key
|
||||
return response.matchedKey
|
||||
}
|
||||
|
||||
archivePath = path.join(
|
||||
|
||||
Reference in New Issue
Block a user