mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 12:12:55 +08:00
Add debug message
This commit is contained in:
parent
d1df13e178
commit
32dbccb77b
@ -111,6 +111,9 @@ export async function getCacheEntry(
|
|||||||
options?.compressionMethod,
|
options?.compressionMethod,
|
||||||
options?.enableCrossOsArchive
|
options?.enableCrossOsArchive
|
||||||
)
|
)
|
||||||
|
|
||||||
|
core.console.log(`We're running from the abyss`);
|
||||||
|
|
||||||
const resource = `cache?keys=${encodeURIComponent(
|
const resource = `cache?keys=${encodeURIComponent(
|
||||||
keys.join(',')
|
keys.join(',')
|
||||||
)}&version=${version}`
|
)}&version=${version}`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user