utils.logWarning(`Event Validation Error: The event type ${process.env[constants_1.Events.Key]} is not supported because it's not tied to a branch or tag ref.`);
return;
return0;
}
// If restore has stored a primary key in state, reuse that
// Else re-evaluate from inputs
@ -41106,19 +41134,19 @@ function saveImpl(stateProvider) {
core.getInput(constants_1.Inputs.Key);
if(!primaryKey){
utils.logWarning(`Key is not specified.`);
return;
return0;
}
// If matched restore key is same as primary key, then do not save cache
utils.logWarning(`Event Validation Error: The event type ${process.env[constants_1.Events.Key]} is not supported because it's not tied to a branch or tag ref.`);
return;
return0;
}
// If restore has stored a primary key in state, reuse that
// Else re-evaluate from inputs
@ -41077,19 +41078,19 @@ function saveImpl(stateProvider) {
core.getInput(constants_1.Inputs.Key);
if(!primaryKey){
utils.logWarning(`Key is not specified.`);
return;
return0;
}
// If matched restore key is same as primary key, then do not save cache