Skip to content

Commit

Permalink
chore: Remove unused parameters from debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX committed Feb 4, 2024
1 parent 26f437e commit cb4ab7e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit cb4ab7e

Please sign in to comment.