actions-marketplace-validations/Harness Deploy Action
Call the Harness.io API to deploy an application
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 12, 2023
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/fac_harness-deploy-action@cb57beafa1b9cc3fe62559d2b35362be0e2b3955 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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. |