Implement feedback
This commit is contained in:
parent
eed314143b
commit
be09fb3e99
9 changed files with 27 additions and 32 deletions
2
lib/actions-util.test.js
generated
2
lib/actions-util.test.js
generated
|
|
@ -181,6 +181,6 @@ ava_1.default("formatWorkflowCause()", (t) => {
|
|||
actionsutil.WorkflowErrors.PathsSpecified,
|
||||
]);
|
||||
t.deepEqual(message, "CheckoutWrongHead,PathsSpecified");
|
||||
t.deepEqual(actionsutil.formatWorkflowCause(undefined), undefined);
|
||||
t.deepEqual(actionsutil.formatWorkflowCause([]), undefined);
|
||||
});
|
||||
//# sourceMappingURL=actions-util.test.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue