mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-13 19:45:56 +08:00
cache miss as debug, not warning annotation
This commit is contained in:
parent
6a942b304d
commit
e6fb8f1c5d
2
packages/cache/src/cache.ts
vendored
2
packages/cache/src/cache.ts
vendored
@ -256,7 +256,7 @@ async function restoreCacheV2(
|
||||
const response = await twirpClient.GetCacheEntryDownloadURL(request)
|
||||
|
||||
if (!response.ok) {
|
||||
core.warning(`Cache not found for keys: ${keys.join(', ')}`)
|
||||
core.debug(`Cache not found for keys: ${keys.join(', ')}`)
|
||||
return undefined
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user