https://github.com/porter-dev/setup-porter
Github Action for installing the Porter CLI
https://github.com/porter-dev/setup-porter
Last synced: 23 days ago
JSON representation
Github Action for installing the Porter CLI
- Host: GitHub
- URL: https://github.com/porter-dev/setup-porter
- Owner: porter-dev
- Created: 2023-10-26T22:40:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:53:25.000Z (over 1 year ago)
- Last Synced: 2025-02-16T16:56:52.051Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setup-porter
This Github action installs the Porter CLI on the Github Actions Runner.
## Usage
```yaml
steps:
- name: Run a Porter CLI command
uses: porter-dev/setup-porter@v0.1.0
```