Skip to content

Commit 5898b58

Browse files
committed
Fix reference
1 parent ae57643 commit 5898b58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"request": "launch",
88
"runtimeExecutable": "npx",
99
"cwd": "${workspaceRoot}",
10-
"args": ["local-action", ".", "src/main.ts", ".env"],
10+
"args": ["@github/local-action", ".", "src/main.ts", ".env"],
1111
"console": "integratedTerminal",
1212
"skipFiles": ["<node_internals>/**", "node_modules/**"]
1313
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ So, what are you waiting for? Go ahead and start customizing your action!
147147
- Terminal/Command Prompt
148148

149149
```bash
150-
# npx local action <action-yaml-path> <entrypoint> <dotenv-file>
151-
npx local-action . src/main.ts .env
150+
# npx @github/local action <action-yaml-path> <entrypoint> <dotenv-file>
151+
npx @github/local-action . src/main.ts .env
152152
```
153153

154154
You can provide a `.env` file to the `local-action` CLI to set environment

0 commit comments

Comments
 (0)