From 70d5f7595688fb79528cf759c16ee74babc3d86f Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Thu, 17 Mar 2022 18:17:01 -0400 Subject: [PATCH] Update download-artifact.ts --- src/download-artifact.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/download-artifact.ts b/src/download-artifact.ts index e459a2f..019e4e8 100644 --- a/src/download-artifact.ts +++ b/src/download-artifact.ts @@ -11,9 +11,9 @@ async function run(): Promise { const extract = core.getInput(Inputs.Extract, {required: false}) let extractArtifact if(extract == "True") { - extractArtifact = True + extractArtifact = true } else { - extractArtifact = False + extractArtifact = fallse } let resolvedPath