mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 18:14:52 +00:00
Update distributables
This commit is contained in:
14
dist/index.js
vendored
14
dist/index.js
vendored
@@ -10047,13 +10047,17 @@ class Deployment {
|
|||||||
idToken,
|
idToken,
|
||||||
isPreview: this.isPreview
|
isPreview: this.isPreview
|
||||||
})
|
})
|
||||||
this.deploymentInfo = {
|
|
||||||
...deployment,
|
if (deployment) {
|
||||||
id: deployment?.id || deployment?.['status_url']?.split('/')?.pop() || this.buildVersion,
|
this.deploymentInfo = {
|
||||||
pending: true
|
...deployment,
|
||||||
|
id: deployment?.id || deployment?.['status_url']?.split('/')?.pop() || this.buildVersion,
|
||||||
|
pending: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
core.info(`Created deployment for ${this.buildVersion}, ID: ${this.deploymentInfo.id}`)
|
core.info(`Created deployment for ${this.buildVersion}, ID: ${this.deploymentInfo?.id}`)
|
||||||
|
|
||||||
core.debug(JSON.stringify(deployment))
|
core.debug(JSON.stringify(deployment))
|
||||||
|
|
||||||
return deployment
|
return deployment
|
||||||
|
|||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user