The meshcloud/setup-unipipe action is a composite action that sets up unipipe cli in your GitHub Actions workflow.
This action only supports ubuntu-latest GitHub Actions runners.
The default configuration installs the latest version of unipipe cli.
steps:
- uses: meshcloud/setup-unipipe@v1
The action supports the following inputs:
unipipe-version(optional): Fix a specific version of unipipe cli. Examplev1.3.0. If no version is given, it will default to latest.
This action does not configure any outputs.
Made with ❤️ by meshcloud