This commit is contained in:
Konrad Pabjan
2023-10-27 16:19:24 -04:00
parent 08232476b8
commit 38d3e68bdc
3 changed files with 26 additions and 38 deletions

View File

@@ -4,7 +4,6 @@ const core = require('@actions/core')
const getContext = require('./context')
const {
getArtifactMetadata,
createPagesDeployment,
getPagesDeploymentStatus,
cancelPagesDeployment
} = require('./api-client')
@@ -71,7 +70,7 @@ class Deployment {
console.log(artifactData)
return nil
return
} catch (error) {
core.error(error.stack)