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.
- name: Install GH CLI
uses: dev-hanz-ops/[email protected]
with:
gh-cli-version: 2.65.0 # optional, see action.yml for current default
- Develop feature in the src/ directory.
- Bundle the source code and dependencies by executing
npm run build
.