diff --git a/src/deployment.js b/src/deployment.js index 71839ee..e8e9084 100644 --- a/src/deployment.js +++ b/src/deployment.js @@ -114,8 +114,8 @@ class Deployment { this.deploymentInfo != null ? this.deploymentInfo['status_url'] : `${this.githubApiUrl}/repos/${this.repositoryNwo}/pages/deployment/status/${this.buildVersion}` - let pageUrl = this.deploymentInfo != null ? this.deploymentInfo["page_url"] : "" - const previewUrl = this.deploymentInfo != null ? this.deploymentInfo["preview_url"] : "" + let pageUrl = this.deploymentInfo != null ? this.deploymentInfo['page_url'] : '' + const previewUrl = this.deploymentInfo != null ? this.deploymentInfo['preview_url'] : '' if (this.isPreview && previewUrl) { pageUrl = previewUrl }