This action installs a version of GLI for use in your GitHub/Gitea/Forgejo Actions workflows. It is automatically added to the PATH.
See action.yml.
- uses: GreemDev/setup-gli-action@v1
with:
# Specific version of GLI to use; do not specify for latest release.
version: '3.0.4'
# GitHub token for authentication. You only need this
# if you're hitting ratelimits; GLI is not a private repo.
token: ${{ github.token }}