info stack trace

This commit is contained in:
yimysty
2022-06-28 17:38:14 -07:00
parent 2b0c6eaf67
commit c3d24faf75

View File

@@ -65,7 +65,8 @@ class Deployment {
core.info(JSON.stringify(response.data))
this.deploymentInfo = response.data
} catch (error) {
core.error(error.stack)
core.info(error.stack)
// build customized error message based on server response
if (error.response) {