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

View file

@ -327,7 +327,7 @@ export async function validateWorkflow(): Promise<undefined | string> {
core.warning(message);
}
return `warning: ${formatWorkflowCause(workflowErrors)}`;
return formatWorkflowCause(workflowErrors);
}
export function formatWorkflowErrors(errors: CodedError[]): string {