Skip to content

Setup GitHub CLI for CodeBuild-hosted GitHub Actions runner

Actions
Action to install GitHub CLI for CodeBuild-hosted GitHub Actions runner
v1.0.7
Latest
Star (0)

setup-gh-cli

This action to install GitHub CLI for CodeBuild-hosted GitHub Actions runner.

What's new

Please refer to the release page for the latest release notes.

Usage

- uses: shogo452/[email protected]
  with:
    # Github CLI version
    # Default 2.63.2
    GH_VERSION: ''

    # Archtecture
    # Options are 'arm64' and 'amd64'.
    # Default amd64
    ARCH: ''

Scenarios

Use amd64 archtecture

- uses: shogo452/[email protected]
  with:
    ARCH: arm64

Use previous version

- uses: shogo452/[email protected]
  with:
    GH_VERSION: 2.62.0

Setup GitHub CLI for CodeBuild-hosted GitHub Actions runner 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.

About

Action to install GitHub CLI for CodeBuild-hosted GitHub Actions runner
v1.0.7
Latest

Setup GitHub CLI for CodeBuild-hosted GitHub Actions runner 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.