From a850bd533c96892a62c1a18498c9ad7477817ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reigota?= Date: Fri, 11 Mar 2022 11:18:51 +0000 Subject: [PATCH] fix(forks): fix failed action on forks (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Reigota --- src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.js b/src/main.js index 8e8d13e..1891205 100644 --- a/src/main.js +++ b/src/main.js @@ -79,7 +79,6 @@ async function main() { cleanupOutput(outputPath.resultsJSONFile, outputFormats); } catch (e) { console.error(e); - core.setFailed(e.message); } }