Skip to content

Commit

Permalink
stringify deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dorshinar committed May 9, 2020
1 parent 1221727 commit 7ff330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function run() {
deployment.repository.ref.target.deployments.edges[0].node.latestStatus
.environmentUrl
);
console.log("Deployment set", deployment);
console.log("Deployment set", JSON.stringify(deployment));
} catch (error) {
core.setFailed(error.message);
}
Expand Down

0 comments on commit 7ff330a

Please sign in to comment.