Skip to content

dev-hanz-ops/install-gh-cli-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install GH CLI action

Selfhosted runners do not come with the GH CLI out of the box. This action is an easy-to-use way to install it.

Supports linux on amd64 and arm64 architectures.

Usage

- name: Install GH CLI
  uses: dev-hanz-ops/[email protected]
  with:
    gh-cli-version: 2.65.0 # optional, see action.yml for current default

Development

  1. Develop feature in the src/ directory.
  2. Bundle the source code and dependencies by executing npm run build.