From d856baa9a678922f1f4b7ed67517444702f22d69 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 28 Feb 2025 10:40:25 -0500 Subject: [PATCH] Fix reference --- .github/workflows/licensed.yml | 2 +- .vscode/launch.json | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index e456681..81012c5 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -46,7 +46,7 @@ jobs: with: ruby-version: ruby - - uses: github/setup-licensed@v1 + - uses: licensee/setup-licensed@v1.3.2 with: version: 4.x github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.vscode/launch.json b/.vscode/launch.json index d9b7fe5..e86f0d4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "request": "launch", "runtimeExecutable": "npx", "cwd": "${workspaceRoot}", - "args": ["local-action", ".", "src/main.js", ".env"], + "args": ["@github/local-action", ".", "src/main.js", ".env"], "console": "integratedTerminal", "skipFiles": ["/**", "node_modules/**"] } diff --git a/README.md b/README.md index 5cedba3..7e496b9 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,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.js .env + # npx @github/local action + npx @github/local-action . src/main.js .env ``` You can provide a `.env` file to the `local-action` CLI to set environment