feat: utilize GitHub Actions Utilities package (#406)

* feat: utilize GitHub Actions Utilities package

* test: modify get action context test by mocking `getInput` function
This commit is contained in:
Alfi Maulana
2024-08-08 15:29:56 +07:00
committed by GitHub
parent d1c539d005
commit 571e81560b
6 changed files with 86 additions and 77 deletions

View File

@@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"catched-error-message": "^0.0.1"
"gha-utils": "^0.1.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",