This commit is contained in:
Konrad Pabjan
2023-10-27 16:49:22 -04:00
parent ce81cfb969
commit 2196d013ad
4 changed files with 5 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ class Deployment {
core.info("Getting artifact's metadata...")
const artifactData = await getArtifactMetadata({
githubToken: this.githubToken,
workflowRunId: this.workflowRun,
runId: this.workflowRun,
artifactName: this.artifactName
})