mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
refactor: remove core actions toolkit dependency (#397)
* refactor: add a `getInput` function * refactor: replace `core.getBooleanInput` with `getInput` * refactor: replace `core.getMultilineInput` with `getInput` * refactor: replace `core.setOutput` with dirrect append to `GITHUB_OUTPUT` * refactor: replace `core.setFailed` with direct stdout write
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"catched-error-message": "^0.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user