mirror of https://github.com/actions/toolkit
Add debug message
parent
d1df13e178
commit
32dbccb77b
|
@ -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}`
|
||||
|
|
Loading…
Reference in New Issue