actions-marketplace-validations/Deployment Status Update With Environment
Updates your Deployment status in GitHub to a desired one with environment variable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| run_id | Set this to `github.run_id` so the deployment status log URL can be properly set. | — | — |
| status | desired deployment status | — | — |
| description | description to deployment status | — | "" |
| auto_inactive | Adds a new inactive status to all prior non-transient, non-production environment deployments with the same repository and environment name as the created deployment status. | — | true |
| environment_url | Sets the URL for accessing your environment | — | "" |
| environment | Sets the environment | — | "" |
| deployment_status_url | Override the default deployment status URL. | — | — |
Outputs
| name | description |
|---|---|
| deployment_id | An ID of the deployment in GitHub |
| description | Description of the deployment |
| state | Deployment state |
| ref | Branch/tag name of the deployment source |
| sha | Revision of the deployment source |
| environment | Environment name |
| payload | Payload |