This commit is contained in:
Nick Alteen
2025-07-01 13:27:54 -04:00
parent 4ba6f7aa67
commit 74bbb94b59
2 changed files with 1 additions and 3 deletions

View File

@@ -135,7 +135,6 @@ So, what are you waiting for? Go ahead and start customizing your action!
to a repository. to a repository.
The `local-action` utility can be run in the following ways: The `local-action` utility can be run in the following ways:
- Visual Studio Code Debugger - Visual Studio Code Debugger
Make sure to review and, if needed, update Make sure to review and, if needed, update

3
package-lock.json generated
View File

@@ -9,8 +9,7 @@
"version": "0.0.0", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1"
"@rollup/rollup-linux-x64-gnu": "*"
}, },
"devDependencies": { "devDependencies": {
"@eslint/compat": "^1.3.1", "@eslint/compat": "^1.3.1",