Merge main into allow-override-temp.

This commit is contained in:
Chris Gavin 2021-02-15 11:45:08 +00:00
commit 7b72f1c330
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA
17 changed files with 41 additions and 58 deletions

2
lib/actions-util.js generated
View file

@ -273,7 +273,7 @@ async function validateWorkflow() {
}
core.warning(message);
}
return `warning: ${formatWorkflowCause(workflowErrors)}`;
return formatWorkflowCause(workflowErrors);
}
exports.validateWorkflow = validateWorkflow;
function formatWorkflowErrors(errors) {