Skip to content

marmotdata/setup-marmot

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-marmot

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.

Usage

steps:
  - uses: marmotdata/setup-marmot@370f631022fedb8f2540811a06a795aa18a1081e
  - run: marmot --help

Pin a version:

  - uses: marmotdata/setup-marmot@370f631022fedb8f2540811a06a795aa18a1081e
    with:
      version: 0.9.0

Inputs

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

Outputs

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.

About

Sets up the Marmot CLI in your GitHub Actions workflow.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages