hongkongkiwi/Setup Coolify CLI
Downloads and sets up the coolifyme CLI for use in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of coolifyme to install (default: latest) | no | latest |
| token | GitHub token for downloading releases (default: github.token) | no | ${{ github.token }} |
| install-path | Path to install coolifyme binary | no | /usr/local/bin |
Outputs
| name | description |
|---|---|
| version | The version of coolifyme that was installed |
| path | Path to the installed coolifyme binary |