mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-23 18:09:55 +00:00
chore: Remove unused parameters from debug configuration
This commit is contained in:
parent
d8993744fc
commit
9a19a73647
1 changed files with 1 additions and 4 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
@ -13,10 +13,7 @@
|
||||||
"outFiles": ["${workspaceFolder}/lib/**/*.js"],
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"],
|
||||||
"env": {
|
"env": {
|
||||||
"INPUT_ALL": "false",
|
"INPUT_ALL": "false",
|
||||||
"INPUT_VERSION": "latest",
|
"INPUT_VERSION": "v23.10",
|
||||||
"INPUT_TOKEN": "${env:GITHUB_TOKEN}",
|
|
||||||
"INPUT_COOLDOWN": "60",
|
|
||||||
"INPUT_MAX_RETRIES": "3",
|
|
||||||
"RUNNER_TEMP": "${workspaceFolder}/.tmp"
|
"RUNNER_TEMP": "${workspaceFolder}/.tmp"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue