Fix reference

This commit is contained in:
Nick Alteen
2025-02-28 10:39:02 -05:00
parent ae57643efe
commit 5898b58bf8
2 changed files with 3 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@ -7,7 +7,7 @@
"request": "launch",
"runtimeExecutable": "npx",
"cwd": "${workspaceRoot}",
"args": ["local-action", ".", "src/main.ts", ".env"],
"args": ["@github/local-action", ".", "src/main.ts", ".env"],
"console": "integratedTerminal",
"skipFiles": ["<node_internals>/**", "node_modules/**"]
}