ivansslwork/Harness Action
Call the Harness.io API to deploy an application
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| webhookUrl | Harness manual trigger Webhook URL | yes | — |
| application | Harness application to deploy | yes | — |
| services | List of service names to deploy | yes | — |
| version | Version to deploy | yes | — |
| harnessApiKey | Key to use to communicate with Harness, needed when waitForDeploy is true | — | — |
| waitForDeploy | Whether to wait for the deployment to complete before completing. Defaults to `false` (don't wait) | — | false |
Outputs
| name | description |
|---|---|
| harness_url | URL to find and watch the deploy |
| error | JSON error message from the API in case of failure. |