This commit is contained in:
Konrad Pabjan
2023-10-27 16:34:41 -04:00
parent 38d3e68bdc
commit 961a4a1557
4 changed files with 13 additions and 19 deletions
+1 -5
View File
@@ -2,11 +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, cancelPagesDeployment } = require('./api-client')
const temporaryErrorStatus = {
unknown_status: 'Unable to get deployment status.',