@ -3345,12 +3345,6 @@ function resolvePaths(patterns) {
});
}
exports.resolvePaths=resolvePaths;
// Cache token authorized for all events that are tied to a ref
// See GitHub Context https://help.github.com/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions#github-context
// over the socket during this period, the socket is destroyed and the download
// is aborted.
exports.SocketTimeout=5000;
exports.RefKey="GITHUB_REF";
/***/}),
@ -4699,11 +4692,6 @@ function run() {
var_a;
return__awaiter(this,void0,void0,function*(){
try{
// Validate inputs, this can cause task failure
if(!utils.isValidEvent()){
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.`);
@ -3345,12 +3345,6 @@ function resolvePaths(patterns) {
});
}
exports.resolvePaths=resolvePaths;
// Cache token authorized for all events that are tied to a ref
// See GitHub Context https://help.github.com/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions#github-context
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;
}
conststate=utils.getCacheState();
// Inputs are re-evaluted before the post action, so we want the original key used for restore
// Cache token authorized for all events that are tied to a ref
// See GitHub Context https://help.github.com/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions#github-context