From 22b942762964b8505d43110a7bd37381ca282aba Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Wed, 30 Apr 2025 15:14:52 +0000 Subject: [PATCH] Deploy version 1.0.2 --- dist/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(