mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
Update download-artifact.ts
This commit is contained in:
parent
1d04e136ce
commit
70d5f75956
@ -11,9 +11,9 @@ async function run(): Promise<void> {
|
||||
const extract = core.getInput(Inputs.Extract, {required: false})
|
||||
let extractArtifact
|
||||
if(extract == "True") {
|
||||
extractArtifact = True
|
||||
extractArtifact = true
|
||||
} else {
|
||||
extractArtifact = False
|
||||
extractArtifact = fallse
|
||||
}
|
||||
|
||||
let resolvedPath
|
||||
|
Loading…
x
Reference in New Issue
Block a user