You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (core.getInput(`skip-cache`, { required: true }).trim() == "true")
65070
+
return;
65069
65071
if (!utils.isValidEvent()) {
65070
65072
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.`);
if (core.getInput(`skip-cache`, { required: true }).trim() == "true")
65110
+
return;
65107
65111
// Validate inputs, this can cause task failure
65108
65112
if (!utils.isValidEvent()) {
65109
65113
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.`);
if (core.getInput(`skip-cache`, { required: true }).trim() == "true")
65070
+
return;
65069
65071
if (!utils.isValidEvent()) {
65070
65072
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.`);
if (core.getInput(`skip-cache`, { required: true }).trim() == "true")
65110
+
return;
65107
65111
// Validate inputs, this can cause task failure
65108
65112
if (!utils.isValidEvent()) {
65109
65113
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.`);
0 commit comments