Update distributables

This commit is contained in:
James M. Greene
2022-09-09 18:51:52 -05:00
parent dd23652c5c
commit 9b78820d58
4 changed files with 6 additions and 6 deletions

4
dist/index.js vendored
View File

@@ -8317,8 +8317,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
}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@@ -8317,8 +8317,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
}

File diff suppressed because one or more lines are too long