mirror of
https://github.com/actions/toolkit.git
synced 2026-08-16 00:00:21 +02:00
cache miss as debug, not warning annotation
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user