Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.29 KB

setup-guance

Continuous Integration Setup Guance

The GuanceCloud/setup-guance action is a JavaScript action that sets up Guance CLI in your GitHub Actions workflow,

Usage

This action can be run on ubuntu-latest, windows-latest, and macos-latest GitHub Actions runners. When running on windows-latest the shell should be set to Bash.

A specific version of Terraform CLI can be installed:

steps:
- uses: GuanceCloud/setup-guance@v1
  with:
    version: 0.0.2

Inputs

The action supports the following inputs:

  • version - (optional) The version of Guance CLI to install.

Related projects

This action is inspired by follow projects:

  1. hashicorp/setup-terraform, The GitHub action of Hashicorp Terraform.
  2. actions/setup-go, The GitHub action of Golang.

License

This project is licensed under the MIT license.