You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup HarmonyOS SDK
0.2.0
This action requires java 17 or above as sdkmgr from HarmonyOS SDK requires java 17 or above.
After testing, you can create version tag(s) that developers can use to
reference different stable versions of your action. For more information, see
[Versioning](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)
in the GitHub Actions toolkit.
To include the action in a workflow in another repository, you can use the
`uses` syntax with the `@` symbol to reference a specific branch, tag, or commit
hash.
```yaml
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Run my Action
id: run-action
uses: harmonyos-dev/[email protected]
# with:
# version: '2.0.0.2' # 可选,不填默认是最新版本 2.0.0.2