Setup gh cli for self-hosted runners
Version updated for https://github.com/fqp/actions-setup-gh-cli to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action facilitates the installation of the GitHub CLI (gh cli) on self-hosted runners, where it is not pre-installed by default. It automates the setup process, ensuring that users can leverage the GitHub CLI for managing repositories, workflows, and other GitHub operations on self-hosted environments. This action streamlines the setup of development workflows by eliminating manual installation steps.
What’s Changed
Full Changelog: https://github.com/fqp/actions-setup-gh-cli/compare/v1.0.0...v2.0.0