Skip to content

GitHub Actions to install the latest version of collie CLI and use it in an Action

License

Notifications You must be signed in to change notification settings

meshcloud/setup-collie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

setup-collie

The meshcloud/setup-collie action is a composite action that sets up collie cli in your GitHub Actions workflow.

Usage

This action only supports ubuntu-latest GitHub Actions runners.

The default configuration installs the latest version of collie cli.

steps:
- uses: meshcloud/setup-collie@v1

Inputs

The action supports the following inputs:

  • collie-version (optional): Fix a specific version of collie cli. Example v1.3.0. If no version is given, it will default to latest.

Outputs

This action does not configure any outputs.

Made with ❤️ by meshcloud

About

GitHub Actions to install the latest version of collie CLI and use it in an Action

Resources

License

Stars

Watchers

Forks

Packages

No packages published