mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
* 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