mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-27 05:35:53 +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/restore/index.js
vendored
2
dist/restore/index.js
vendored
|
@ -54705,7 +54705,7 @@ async function run() {
|
|||
core.exportVariable("CARGO_INCREMENTAL", 0);
|
||||
const start = Date.now();
|
||||
const { paths, key, restoreKeys } = await getCacheConfig();
|
||||
core.info(`Restoring paths:\n ${paths.join("\n ")}.`);
|
||||
core.info(`Restoring paths:\n ${paths.join("\n ")}`);
|
||||
core.info(`Using keys:\n ${[key, ...restoreKeys].join("\n ")}`);
|
||||
try {
|
||||
const restoreKey = await cache.restoreCache(paths, key, restoreKeys);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue