From 89067deec6eaee9016ad277051950a963b82b214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reigota?= Date: Tue, 25 Jan 2022 18:07:58 +0000 Subject: [PATCH] fix(forks): fix failed action on forks 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); } }