peachjar/Set Deployment Status
Set the status of a Github Deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token used to create the deployment. | yes | — |
| deploymentId | ID of the deployment to set the status of. | yes | — |
| repository | The github repository (owner/repo) that is being deployed | no | ${{ github.repository }} |
| state | State of the deployment (one of the valid Github DeploymentStatus.state values | yes | "" |
| description | An optional description about the deployment status change | no | — |
| channelId | An optional slack channel-id to notify if the deploy status is "failure"\ | no | — |
| slackToken | Slack webhook URL to send messages when deploy fail | no | — |
Outputs
no outputs