Releases: ksivamuthu/actions-setup-gh-cli
Releases · ksivamuthu/actions-setup-gh-cli
v3
What's Changed
- feat: allow zip files to be downloaded by @cyberhck in #125
- Building dist and bumping package json version by @ksivamuthu in #126
- Upgrading to node20 by @ksivamuthu in #127
New Contributors
- @cyberhck made their first contribution in #125
- @ksivamuthu made their first contribution in #126
Full Changelog: v2...v3
v2
Releasing version v2
gh cli setup action
This release contains the github action installing gh cli in self-hosted runners. The gh cli is available in the github hosted cloud runners. In self-hosted runners, if you want to use the gh cli, you can use this action to install the gh cli.
Usage
To install the gh cli, use the actions as below:
build:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v2
- name: Install the gh cli
uses: ksivamuthu/gh-cli-action
with:
version: 2.12.1
- run: |
gh version