fix(forks): fix failed action on forks
Signed-off-by: João Reigota <joao.reigota@checkmarx.com>
This commit is contained in:
@ -79,7 +79,6 @@ async function main() {
|
|||||||
cleanupOutput(outputPath.resultsJSONFile, outputFormats);
|
cleanupOutput(outputPath.resultsJSONFile, outputFormats);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
core.setFailed(e.message);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user