Move debug log printing back to actions util

This commit is contained in:
Angela P Wen 2022-08-02 12:41:08 +02:00
parent a758ec55e8
commit 7f86ddc26d
9 changed files with 69 additions and 66 deletions

View file

@ -45,7 +45,7 @@ async function run(uploadDatabaseBundleDebugArtifact, uploadLogsDebugArtifact, p
}
async function runWrapper() {
try {
await run(debugArtifacts.uploadDatabaseBundleDebugArtifact, debugArtifacts.uploadLogsDebugArtifact, debugArtifacts.printDebugLogs);
await run(debugArtifacts.uploadDatabaseBundleDebugArtifact, debugArtifacts.uploadLogsDebugArtifact, actionsUtil.printDebugLogs);
}
catch (error) {
core.setFailed(`init action cleanup failed: ${error}`);