Implement feedback

This commit is contained in:
Simon Engledew 2020-11-26 15:20:38 +00:00
parent eed314143b
commit be09fb3e99
No known key found for this signature in database
GPG key ID: 84302E7B02FE8BCE
9 changed files with 27 additions and 32 deletions

View file

@ -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