Address review comments
This commit is contained in:
parent
3c4f458a1a
commit
65d6ee0c51
16 changed files with 126 additions and 107 deletions
2
lib/init-action-post.js
generated
2
lib/init-action-post.js
generated
|
|
@ -48,7 +48,7 @@ async function runWrapper() {
|
|||
await run(debugArtifacts.uploadDatabaseBundleDebugArtifact, debugArtifacts.uploadLogsDebugArtifact, actionsUtil.printDebugLogs);
|
||||
}
|
||||
catch (error) {
|
||||
core.setFailed(`init action cleanup failed: ${error}`);
|
||||
core.setFailed(`init post-action step failed: ${error}`);
|
||||
console.log(error);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue