mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-19 02:01:05 +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?.enableCrossOsArchive
|
||||
)
|
||||
|
||||
core.console.log(`We're running from the abyss`);
|
||||
|
||||
const resource = `cache?keys=${encodeURIComponent(
|
||||
keys.join(',')
|
||||
)}&version=${version}`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user