mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-09 00:26:14 +00:00
info stack trace
This commit is contained in:
@@ -65,7 +65,8 @@ class Deployment {
|
|||||||
core.info(JSON.stringify(response.data))
|
core.info(JSON.stringify(response.data))
|
||||||
this.deploymentInfo = response.data
|
this.deploymentInfo = response.data
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.error(error.stack)
|
|
||||||
|
core.info(error.stack)
|
||||||
|
|
||||||
// build customized error message based on server response
|
// build customized error message based on server response
|
||||||
if (error.response) {
|
if (error.response) {
|
||||||
|
|||||||
Reference in New Issue
Block a user