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