change build error message

This commit is contained in:
yimysty
2022-01-12 13:07:46 -08:00
parent e90f31fe30
commit 13b102a437
5 changed files with 5 additions and 5 deletions

2
dist/index.js vendored
View File

@@ -7118,7 +7118,7 @@ class Deployment {
const statusUrl = this.deploymentInfo != null ?
this.deploymentInfo["status_url"] :
`https://api.github.com/repos/${this.repositoryNwo}/pages/deployment/status/${process.env['GITHUB_SHA']}`
core.setOutput('page_url', this.deploymentInfo != null ? this.deploymentInfo["page_url"] : "");
core.setOutput('page_url', this.deploymentInfo != null ? this.deploymentInfo["page_url"] : "")
const timeout = core.getInput('timeout')
const reportingInterval = core.getInput('reporting_interval')
const maxErrorCount = core.getInput('error_count')

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long