From 187f735c38a0242a92486f37331d269d49e4f1ff Mon Sep 17 00:00:00 2001
From: Florian Meriaux <florian.meriaux@ext.leroymerlin.fr>
Date: Wed, 15 Jun 2022 08:23:10 +0200
Subject: [PATCH] npm run format

---
 src/cache.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cache.ts b/src/cache.ts
index 4f920c03..b8c87d86 100644
--- a/src/cache.ts
+++ b/src/cache.ts
@@ -85,7 +85,8 @@ export async function restore(id: string) {
   core.saveState(STATE_CACHE_PRIMARY_KEY, primaryKey);
   if (primaryKey.endsWith('-')) {
     throw new Error(
-      `No file in ${process.cwd()} matched to [${packageManager.pattern
+      `No file in ${process.cwd()} matched to [${
+        packageManager.pattern
       }], make sure you have checked out the target repository`
     );
   }