chrisgavin/Update Deployment Action
A GitHub Action that keeps the status of a deployment in sync with the state of the workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | The environment being deployed. | yes | production |
| ref | The ref being deployed. | yes | ${{ github.ref || github.sha }} |
| github-token | A GitHub access token for the current repository. | yes | ${{ github.token }} |
| github-repository | The name of the current repository. | yes | ${{ github.repository }} |
| deployment-id | The ID of the deployment to keep up-to-date. | yes | ${{ github.event.deployment.id }} |
| status | The status of the workflow. | yes | ${{ job.status }} |
| server-url | The GitHub server URL, used for getting the log URL. | yes | ${{ github.server_url }} |
| run-id | The Actions run ID, used for getting the log URL. | yes | ${{ github.run_id }} |
Outputs
no outputs