Merge main into allow-override-temp.
This commit is contained in:
commit
7b72f1c330
17 changed files with 41 additions and 58 deletions
2
lib/actions-util.js
generated
2
lib/actions-util.js
generated
|
|
@ -273,7 +273,7 @@ async function validateWorkflow() {
|
|||
}
|
||||
core.warning(message);
|
||||
}
|
||||
return `warning: ${formatWorkflowCause(workflowErrors)}`;
|
||||
return formatWorkflowCause(workflowErrors);
|
||||
}
|
||||
exports.validateWorkflow = validateWorkflow;
|
||||
function formatWorkflowErrors(errors) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue