You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup Humanitec CLI
v1.1.0
GitHub Action to set up the Humanitec CLI.
name: ci
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Humanitec CLI
uses: humanitec/setup-cli-action@v1
- run: humctl version
- Checkout the Documentation on how to install the CLI.
- Checkout the CLI Reference for additional usage details.