cmake-action/src
Alfi Maulana 44a0a4c6c2
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
2024-08-06 22:42:23 +07:00
..
cmake.test.ts feat: use child process package to execute command (#391) 2024-08-06 12:29:28 +08:00
cmake.ts feat: use child process package to execute command (#391) 2024-08-06 12:29:28 +08:00
index.ts refactor: remove core actions toolkit dependency (#397) 2024-08-06 22:42:23 +07:00
inputs.test.ts refactor: remove core actions toolkit dependency (#397) 2024-08-06 22:42:23 +07:00
inputs.ts refactor: remove core actions toolkit dependency (#397) 2024-08-06 22:42:23 +07:00