From b830d6f730e75c13e7d4ea9629041a647b02a099 Mon Sep 17 00:00:00 2001 From: Vincent Clemson Date: Sun, 19 Jun 2022 01:05:27 -0400 Subject: [PATCH] lint, fix, and rebuild --- src/save.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/save.ts b/src/save.ts index fd5b30d..df2fe4a 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 = ""; const reeval = core.getBooleanInput(Inputs.Reeval); if (!reeval) { // Inputs are reevaluted before the post action, so we want the original key used for restore