datadesk/Update Deployment Status
A GitHub Action to facilitate an update of a GitHub Deployment Status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| deployment-id | The ID of the deployment to create this status for | yes | — |
| description | Optional short description of the deployment status | no | "" |
| environment-url | The URL for accessing your environment | no | "" |
| state | The new state of the deployment | yes | — |
Outputs
| name | description |
|---|---|
| deployment-status-id | The ID that references the created deployment status |