This commit is contained in:
Konrad Pabjan
2023-10-27 16:41:02 -04:00
parent 961a4a1557
commit da4705cd08
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -58,6 +58,7 @@ class Deployment {
core.debug(`Action ID: ${this.actionsId}`)
core.debug(`Actions Workflow Run ID: ${this.workflowRun}`)
core.info("Getting artifact's metadata...")
const artifactData = await getArtifactMetadata({
githubToken: this.githubToken,
workflowRunId: this.workflowRun,