From 5898b58bf84663e74a10cf04fc09fd454c6e0f0b Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 28 Feb 2025 10:39:02 -0500 Subject: [PATCH] Fix reference --- .vscode/launch.json | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 74382d8..835bc7d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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_modules/**"] } diff --git a/README.md b/README.md index b979460..0270940 100644 --- a/README.md +++ b/README.md @@ -147,8 +147,8 @@ So, what are you waiting for? Go ahead and start customizing your action! - Terminal/Command Prompt ```bash - # npx local action - npx local-action . src/main.ts .env + # npx @github/local action + npx @github/local-action . src/main.ts .env ``` You can provide a `.env` file to the `local-action` CLI to set environment