Sets up the Marmot CLI in your GitHub Actions workflow. Downloads the release for the runner's platform from GitHub Releases, verifies its checksum, caches it in the tool cache, and adds it to the PATH.
steps:
- uses: marmotdata/setup-marmot@370f631022fedb8f2540811a06a795aa18a1081e
- run: marmot --helpPin a version:
- uses: marmotdata/setup-marmot@370f631022fedb8f2540811a06a795aa18a1081e
with:
version: 0.9.0| Input | Default | Description |
|---|---|---|
version |
latest |
Marmot version to install, with or without the leading v |
github-token |
${{ github.token }} |
Token used to resolve the latest release |
| Output | Description |
|---|---|
version |
The Marmot version that was installed |
Linux and macOS runners are supported, on amd64 and arm64. For other ways to install the CLI, see the CLI docs.