mirror of https://github.com/actions/toolkit
cache miss as debug, not warning annotation
parent
6a942b304d
commit
e6fb8f1c5d
|
@ -256,7 +256,7 @@ async function restoreCacheV2(
|
||||||
const response = await twirpClient.GetCacheEntryDownloadURL(request)
|
const response = await twirpClient.GetCacheEntryDownloadURL(request)
|
||||||
|
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
core.warning(`Cache not found for keys: ${keys.join(', ')}`)
|
core.debug(`Cache not found for keys: ${keys.join(', ')}`)
|
||||||
return undefined
|
return undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue