From b134ca8d489c8f75272fd12463cf55a25364437a Mon Sep 17 00:00:00 2001 From: Vincent Clemson Date: Sun, 19 Jun 2022 00:48:47 -0400 Subject: [PATCH] format --- src/save.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/save.ts b/src/save.ts index adbdeac..fd5b30d 100644 --- a/src/save.ts +++ b/src/save.ts @@ -28,7 +28,7 @@ async function run(): Promise { const state = utils.getCacheState(); - let primaryKey: string = ''; + let primaryKey: string = ""; const reeval = core.getBooleanInput(Inputs.Reeval); if (!reeval) { // Inputs are reevaluted before the post action, so we want the original key used for restore