setup-cue
ActionsThis GitHub Action downloads and installs cue
so that
it can be used as part of your workflow.
Exact version of cue
to install (cannot be a range or pattern).
Must be a released version.
GitHub Token to use when downloading the release from GitHub.
Path to the cue
binary, but will also be made available in $GITHUB_PATH
.
permissions:
contents: read
steps:
- uses: sajari/setup-cue@v1
with:
version: 0.4.0
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: cue version
setup-cue 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.