From b9fefecf57ef72e25189c7d6e0882a54f7baa7e6 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Mon, 23 May 2022 05:59:56 +0000 Subject: [PATCH] Formatting changes --- packages/cache/src/cache.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/cache/src/cache.ts b/packages/cache/src/cache.ts index 473e5eb2..ac4c1b23 100644 --- a/packages/cache/src/cache.ts +++ b/packages/cache/src/cache.ts @@ -158,11 +158,10 @@ export async function saveCache( core.debug('Cache Paths:') core.debug(`${JSON.stringify(cachePaths)}`) - - if(cachePaths.length === 0){ + if (cachePaths.length === 0) { throw new Error( `Path Validation Error: Path(s) specified in the action do not exist, hence no cache is being saved.` - ) + ) } const archiveFolder = await utils.createTempDirectory()