mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-08 08:06:15 +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,
|
||||
isPreview: this.isPreview
|
||||
})
|
||||
this.deploymentInfo = {
|
||||
...deployment,
|
||||
id: deployment?.id || deployment?.['status_url']?.split('/')?.pop() || this.buildVersion,
|
||||
pending: true
|
||||
|
||||
if (deployment) {
|
||||
this.deploymentInfo = {
|
||||
...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))
|
||||
|
||||
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