pull/826/head
Vincent Clemson 3 years ago
parent 226c25a2b7
commit b134ca8d48

@ -28,7 +28,7 @@ async function run(): Promise<void> {
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

Loading…
Cancel
Save