mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 18:03:18 +08:00
Fix cache lookup scenario
This commit is contained in:
2
packages/cache/src/cache.ts
vendored
2
packages/cache/src/cache.ts
vendored
@@ -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