Skip to content

Releases: ksivamuthu/actions-setup-gh-cli

v3

25 May 02:40
c78dbed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v3

v2

17 Aug 19:27
Compare
Choose a tag to compare
Releasing version v2

gh cli setup action

16 Aug 09:01
1ef6eee
Compare
Choose a tag to compare

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