Setup gh cli
ActionsSetup gh cli in self-hosted runners. This action is to setup gh cli in self-hosted runners
v3
LatestBy ksivamuthu
Tags
(1)This repo contains the github actions for 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.
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/actions-setup-gh-cli@<VERSION>
with:
version: 2.24.3
- run: |
gh version
Setup gh cli is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.