We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7fe1a commit 6d08769Copy full SHA for 6d08769
lib/main.js
@@ -34,4 +34,4 @@ function run() {
34
yield command_1.deploy(github_action_helper_1.Utils.getOctokit(), context);
35
});
36
}
37
-run().catch(error => core_1.setFailed(error.message));
+run().catch(error => { console.log(error); core_1.setFailed(error.message); });
0 commit comments