mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 08:58:28 +02:00
Update download-artifact.ts
This commit is contained in:
parent
1d04e136ce
commit
70d5f75956
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ async function run(): Promise<void> {
|
||||||
const extract = core.getInput(Inputs.Extract, {required: false})
|
const extract = core.getInput(Inputs.Extract, {required: false})
|
||||||
let extractArtifact
|
let extractArtifact
|
||||||
if(extract == "True") {
|
if(extract == "True") {
|
||||||
extractArtifact = True
|
extractArtifact = true
|
||||||
} else {
|
} else {
|
||||||
extractArtifact = False
|
extractArtifact = fallse
|
||||||
}
|
}
|
||||||
|
|
||||||
let resolvedPath
|
let resolvedPath
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue