Skip to content

aimotive/setup-gh-cli-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

278 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup GH CLI Action

Tests

A GitHub action that installs or updates the gh CLI.

Inputs

version

The gh version to install.
Can also be set to latest to install the latest available version (including prereleases), or stable to install the latest stable release.
Defaults to stable.

github-token

The token to use for retrieving the release. Can be set to ${{secrets.GITHUB_TOKEN}}.
Use this if you hit rate limits.

Outputs

full-version

The full version was installed.

Example Usage

uses: sersoft-gmbh/setup-gh-cli-action@v3
with:
  version: stable

About

A GitHub action that installs or updates the gh CLI

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%