mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-04 14:29:39 +00:00
16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug Action",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"runtimeExecutable": "npx",
|
|
"cwd": "${workspaceRoot}",
|
|
"args": ["@github/local-action", ".", "src/main.js", ".env"],
|
|
"console": "integratedTerminal",
|
|
"skipFiles": ["<node_internals>/**", "node_modules/**"]
|
|
}
|
|
]
|
|
}
|