This Github action installs the Porter CLI on the Github Actions Runner.
steps:
- name: Run a Porter CLI command
uses: porter-dev/[email protected]By default the latest release is installed.
steps:
- name: Run a Porter CLI command
uses: porter-dev/[email protected]
with:
tagged_release: v0.68.13