From 49e663fc797d1c8196fde2d4ef769cbc67bf22e2 Mon Sep 17 00:00:00 2001 From: Matt Ball Date: Wed, 28 Aug 2019 16:52:37 -0700 Subject: [PATCH] typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f0dc53a86..1b1e959bc 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ async function run () { function runNewman (options) { newman.run(options).on('done', (err, summary) => { if (err || summary.run.failures.length) { - core.setFailed('Newman run failed!' + (err || '') + core.setFailed('Newman run failed!' + (err || '')) } }) }