diff --git a/dist/index.js b/dist/index.js index 61efc4e..04298ea 100644 --- a/dist/index.js +++ b/dist/index.js @@ -26355,7 +26355,8 @@ async function saveCache(key, paths, cmprss_lvl = 3) { const endTime = Date.now(); const durationSeconds = ((endTime - startTime) / 1e3).toFixed(2); core.info( - `\u2705 Cache saved successfully (${formatSize(archiveSize)}, ${durationSeconds} s)` + `\u2705 Cache saved successfully (${formatSize(archiveSize)}, ${durationSeconds} s) +` ); } @@ -26392,7 +26393,7 @@ async function restoreCache(key) { async function run() { try { if (core3.getState("isPost") === "true") { - core3.info("\u{1F9F9} Post-job: Saving cache..."); + core3.info("\n\u{1F9F9} Post-job: Saving cache..."); const key = core3.getState("key"); const paths = JSON.parse(core3.getState("paths") || "[]"); const cmprss_lvl = parseInt(