mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 15:29:40 +00:00
Fix reference
This commit is contained in:
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ruby-version: ruby
|
ruby-version: ruby
|
||||||
|
|
||||||
- uses: github/setup-licensed@v1
|
- uses: licensee/setup-licensed@v1.3.2
|
||||||
with:
|
with:
|
||||||
version: 4.x
|
version: 4.x
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -7,7 +7,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"runtimeExecutable": "npx",
|
"runtimeExecutable": "npx",
|
||||||
"cwd": "${workspaceRoot}",
|
"cwd": "${workspaceRoot}",
|
||||||
"args": ["local-action", ".", "src/main.js", ".env"],
|
"args": ["@github/local-action", ".", "src/main.js", ".env"],
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"skipFiles": ["<node_internals>/**", "node_modules/**"]
|
"skipFiles": ["<node_internals>/**", "node_modules/**"]
|
||||||
}
|
}
|
||||||
|
@ -144,8 +144,8 @@ So, what are you waiting for? Go ahead and start customizing your action!
|
|||||||
- Terminal/Command Prompt
|
- Terminal/Command Prompt
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# npx local action <action-yaml-path> <entrypoint> <dotenv-file>
|
# npx @github/local action <action-yaml-path> <entrypoint> <dotenv-file>
|
||||||
npx local-action . src/main.js .env
|
npx @github/local-action . src/main.js .env
|
||||||
```
|
```
|
||||||
|
|
||||||
You can provide a `.env` file to the `local-action` CLI to set environment
|
You can provide a `.env` file to the `local-action` CLI to set environment
|
||||||
|
Reference in New Issue
Block a user