1
0
Fork 0

Add debug message

Link-/blobcache-spike
Bassem Dghaidi 2024-05-23 07:25:17 -07:00 committed by GitHub
parent d1df13e178
commit 32dbccb77b
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ export async function getCacheEntry(
options?.compressionMethod,
options?.enableCrossOsArchive
)
core.console.log(`We're running from the abyss`);
const resource = `cache?keys=${encodeURIComponent(
keys.join(',')
)}&version=${version}`