mirror of
https://github.com/github/codeql-action.git
synced 2026-05-04 12:50:14 +00:00
Try additional debugging
This commit is contained in:
@@ -175,6 +175,7 @@ async function run() {
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
core.debug(error.message);
|
||||
core.setFailed(error.message);
|
||||
await util.reportActionFailed('finish', error.message, error.stack);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user