1
0
Fork 0

cache miss as debug, not warning annotation

pull/1954/head
Rob Herley 2025-02-14 09:28:01 -05:00
parent 6a942b304d
commit e6fb8f1c5d
No known key found for this signature in database
GPG Key ID: D1602042C3543B06
1 changed files with 1 additions and 1 deletions

View File

@ -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
}