mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-23 10:09:54 +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"],
|
||||
"env": {
|
||||
"INPUT_ALL": "false",
|
||||
"INPUT_VERSION": "latest",
|
||||
"INPUT_TOKEN": "${env:GITHUB_TOKEN}",
|
||||
"INPUT_COOLDOWN": "60",
|
||||
"INPUT_MAX_RETRIES": "3",
|
||||
"INPUT_VERSION": "v23.10",
|
||||
"RUNNER_TEMP": "${workspaceFolder}/.tmp"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue