Skip to content

cresta/action-setup-github-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installs the latest github CLI gh for github actions runners. This is usually only helpful for self hosted runners which may not have the CLI installed already.

Usage

Add a step like this

      - name: Install github CLI
        uses: cresta/action-setup-github-cli@v1