Skip to content

stepzen-dev/stepzen-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stepzen-install

This action installs the specified version of the StepZen CLI (defaults to latest version).

The stepzen CLI supports:

What's new

First delivery of this action.

Pre-requisites

Node must be installed.

Inputs

  • version - Version of the CLI to install

Example

Latest version

- uses: stepzen-dev/stepzen-install@v1

Specific version

- uses: stepzen-dev/stepzen-install@v1
  with: 
    version: 0.33.0