actions-marketplace-validations/Set GitHub deployment status

Create a new deployment status for the specified deployment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
deployment_idThe id of the deployment to create the status for. See `deployment_id` output of the `create-deployment` action. ""
stateOne of `error`, `failure`, `inactive`, `in_progress`, `queued`, `pending`, or `success`. The values `true` and `false` are translated to `success` and `failure`, respectively.
auto_inactiveAdds a new inactive status to all prior non-transient, non-production environment deployments with the same repository and environment name as the created status's deployment. An inactive status is only added to deployments that had a success state. Default: true true
descriptionA short description of the status. The maximum description length is 140 characters. ""
environment_urlSets the URL for accessing your environment. ""
log_urlThe full URL of the deployment's output. ""
namedescription
deployment_status_idThe identifier of the newly created deployment status.
deployment_status_urlThe API url of the newly created deployment status.