From b8b5d6520aad3b5ae0d2cea17f2a5eb3bce99608 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Tue, 5 Dec 2023 12:02:30 +0100 Subject: [PATCH] run prettier --- dist/cache-save/index.js | 2 +- src/cache-save.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/cache-save/index.js b/dist/cache-save/index.js index 89468f921..c0424699d 100644 --- a/dist/cache-save/index.js +++ b/dist/cache-save/index.js @@ -80469,7 +80469,7 @@ const fs_1 = __importDefault(__nccwpck_require__(7147)); const cache_distributor_1 = __nccwpck_require__(8953); // Added early exit to resolve issue with slow post action step: // - https://github.com/actions/setup-node/issues/878 -// https://github.com/actions/cache/pull/1217 +// https://github.com/actions/cache/pull/1217 function run(earlyExit) { return __awaiter(this, void 0, void 0, function* () { try { diff --git a/src/cache-save.ts b/src/cache-save.ts index cdf914742..fbb481c17 100644 --- a/src/cache-save.ts +++ b/src/cache-save.ts @@ -6,7 +6,7 @@ import {State} from './cache-distributions/cache-distributor'; // Added early exit to resolve issue with slow post action step: // - https://github.com/actions/setup-node/issues/878 -// https://github.com/actions/cache/pull/1217 +// https://github.com/actions/cache/pull/1217 export async function run(earlyExit?: boolean) { try { const cache = core.getInput('cache');