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