heim-setup
ActionsTags
(2)[Getting Started] [Documentation]
Action to setup heim on a GitHub runner. It also sets the HEIM_HOME variable and adds heim to the path.
# Latest version
- name: Setup Heim
id: setup-heim
uses: Nor2-io/heim-setup-action@v1
# Major version
- name: Setup Heim
id: setup-heim
uses: Nor2-io/heim-setup-action@v1
with:
version: v1
# Specific version
- name: Setup Heim
id: setup-heim
uses: Nor2-io/heim-setup-action@v1
with:
version: "1.2.2"| key | description | required | default |
|---|---|---|---|
| version | the heim version to install, ex: 1.1.1, v1, current | true | current |
| key | description |
|---|---|
| heimHome | Can be used to set the HEIM_HOME env |
| bin | Path to the bin folder for setting PATH |
| runtime | Path the runtime executable |
| cli | Path to the cli executable |
heim-setup is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.