Log cache version requested

This commit is contained in:
Art Leo
2025-03-15 10:13:43 +11:00
parent 253e837c4d
commit 514314311c
2 changed files with 13 additions and 2 deletions

View File

@@ -256,7 +256,11 @@ async function restoreCacheV2(
const response = await twirpClient.GetCacheEntryDownloadURL(request)
if (!response.ok) {
core.debug(`Cache not found for keys: ${keys.join(', ')}`)
core.debug(
`Cache not found for version ${request.version} of keys: ${keys.join(
', '
)}`
)
return undefined
}