mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-27 21:55:52 +00:00
improve log output
This commit is contained in:
parent
b740ae5d3a
commit
5f6034beb8
4 changed files with 4 additions and 4 deletions
2
dist/save/index.js
vendored
2
dist/save/index.js
vendored
|
@ -54730,7 +54730,7 @@ async function run() {
|
|||
await cleanRegistry(registryName, packages);
|
||||
await cleanGit(packages);
|
||||
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