The GuanceCloud/setup-guance
action is a JavaScript action that sets up Guance CLI in your GitHub Actions workflow,
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
The action supports the following inputs:
version
- (optional) The version of Guance CLI to install.
This action is inspired by follow projects:
- hashicorp/setup-terraform, The GitHub action of Hashicorp Terraform.
- actions/setup-go, The GitHub action of Golang.
This project is licensed under the MIT license.