mirror of
https://github.com/Swatinem/rust-cache.git
synced 2026-04-22 15:30:30 +00:00
improve log output
This commit is contained in:
@@ -33,7 +33,7 @@ async function run() {
|
||||
|
||||
await cleanTarget(packages);
|
||||
|
||||
core.info(`Saving paths:\n ${savePaths.join("\n ")}.`);
|
||||
core.info(`Saving paths:\n ${savePaths.join("\n ")}`);
|
||||
core.info(`Using key "${key}".`);
|
||||
try {
|
||||
await cache.saveCache(savePaths, key);
|
||||
|
||||
Reference in New Issue
Block a user