mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-09 12:26:11 +00:00
Update distributables
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -10051,7 +10051,7 @@ class Deployment {
|
|||||||
if (deployment) {
|
if (deployment) {
|
||||||
this.deploymentInfo = {
|
this.deploymentInfo = {
|
||||||
...deployment,
|
...deployment,
|
||||||
id: deployment?.id || deployment?.['status_url']?.split('/')?.pop() || this.buildVersion,
|
id: deployment.id || deployment.status_url?.split('/')?.pop() || this.buildVersion,
|
||||||
pending: true
|
pending: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
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