Merge main into allow-override-temp.
This commit is contained in:
commit
7b72f1c330
17 changed files with 41 additions and 58 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue