Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
navigation

GitHub Action

Setup Captain

v1.1.1

Setup Captain

navigation

Setup Captain

Installs the Captain CLI

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Captain

uses: rwx-research/[email protected]

Learn more about this action in rwx-research/setup-captain

Choose a version

setup-captain

This is a GitHub action for using setting up captain in your job.

Inputs

version

The version of captain to install. Defaults to v1 - alternatively, a semantic version number can be supplied as well (e.g. v0.7.1)

Example usage

Recommended

uses: rwx-research/setup-captain@v1

Pinned to a specific CLI version

uses: rwx-research/setup-captain@v1
with:
  version: 0.7.1