This commit is contained in:
Konrad Pabjan
2023-10-27 17:52:04 -04:00
parent b12897a760
commit d45e4be1a6
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@@ -10076,7 +10076,7 @@ const core = __nccwpck_require__(2186)
// All variables we need from the runtime are loaded here
const getContext = __nccwpck_require__(8454)
const { getArtifactMetadata, getPagesDeploymentStatus, cancelPagesDeployment } = __nccwpck_require__(572)
const { getArtifactMetadata, getPagesDeploymentStatus, createPagesDeployment, cancelPagesDeployment } = __nccwpck_require__(572)
const temporaryErrorStatus = {
unknown_status: 'Unable to get deployment status.',

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -2,7 +2,7 @@ const core = require('@actions/core')
// All variables we need from the runtime are loaded here
const getContext = require('./context')
const { getArtifactMetadata, getPagesDeploymentStatus, cancelPagesDeployment } = require('./api-client')
const { getArtifactMetadata, getPagesDeploymentStatus, createPagesDeployment, cancelPagesDeployment } = require('./api-client')
const temporaryErrorStatus = {
unknown_status: 'Unable to get deployment status.',