mirror of
https://github.com/Swatinem/rust-cache
synced 2025-11-08 00:15:06 +00:00
improve log output
This commit is contained in:
parent
b740ae5d3a
commit
5f6034beb8
4 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue