report exceptions during upload
This commit is contained in:
parent
8b71cf3e5f
commit
96da037d49
8 changed files with 105 additions and 115 deletions
2
lib/setup-tracer.js
generated
2
lib/setup-tracer.js
generated
|
|
@ -205,8 +205,8 @@ async function run() {
|
|||
await util.reportActionFailed('init', error.message, error.stack);
|
||||
return;
|
||||
}
|
||||
core.exportVariable(sharedEnv.CODEQL_ACTION_INIT_COMPLETED, 'true');
|
||||
await util.reportActionSucceeded('init');
|
||||
core.exportVariable(sharedEnv.CODEQL_ACTION_INIT_COMPLETED, 'true');
|
||||
}
|
||||
run().catch(e => {
|
||||
core.setFailed("init action failed: " + e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue