Skip to content

porter-dev/setup-porter

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

12 Commits
 
 
 
 

Repository files navigation

setup-porter

This Github action installs the Porter CLI on the Github Actions Runner.

Usage

steps:
  - name: Run a Porter CLI command
    uses: porter-dev/setup-porter@v0.1.0

By default the latest release is installed.

Installing a specific version

steps:
  - name: Run a Porter CLI command
    uses: porter-dev/setup-porter@v0.1.0
    with:
      tagged_release: v0.68.13

About

Github Action for installing the Porter CLI

Resources

Stars

0 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors