This action to install GitHub CLI for CodeBuild-hosted GitHub Actions runner.
Please refer to the release page for the latest release notes.
- uses: shogo452/[email protected]
with:
# Github CLI version
# Default 2.63.2
GH_VERSION: ''
# Archtecture
# Options are 'arm64' and 'amd64'.
# Default amd64
ARCH: ''
- uses: shogo452/[email protected]
with:
ARCH: arm64
- 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.