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.
Add a step like this
- name: Install github CLI
uses: cresta/action-setup-github-cli@v1