Implement feedback
This commit is contained in:
parent
eed314143b
commit
be09fb3e99
9 changed files with 27 additions and 32 deletions
|
|
@ -98,7 +98,7 @@ async function run() {
|
|||
|
||||
const workflowErrors = await actionsUtil.getWorkflowErrors();
|
||||
|
||||
if (workflowErrors !== undefined) {
|
||||
if (workflowErrors.length > 0) {
|
||||
core.warning(actionsUtil.formatWorkflowErrors(workflowErrors));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue