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.1.1
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 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.
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Run my Action
id: run-action
uses: uses: harmonyos-dev/[email protected]
# with:
# version: '2.0.0.2' # 可选,不填默认是最新版本 2.0.0.2