Address review comments

This commit is contained in:
Angela P Wen 2022-08-11 13:45:26 +02:00
parent 3c4f458a1a
commit 65d6ee0c51
16 changed files with 126 additions and 107 deletions

View file

@ -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);
}
}