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:
Alfi Maulana
2024-08-06 22:42:23 +07:00
committed by GitHub
parent fe729787d8
commit 44a0a4c6c2
6 changed files with 106 additions and 26807 deletions

View File

@@ -9,7 +9,6 @@
"test": "jest"
},
"dependencies": {
"@actions/core": "^1.10.1",
"catched-error-message": "^0.0.1"
},
"devDependencies": {