chrisgavin/Update Deployment Action

A GitHub Action that keeps the status of a deployment in sync with the state of the workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
environmentThe environment being deployed.yesproduction
refThe ref being deployed.yes${{ github.ref || github.sha }}
github-tokenA GitHub access token for the current repository.yes${{ github.token }}
github-repositoryThe name of the current repository.yes${{ github.repository }}
deployment-idThe ID of the deployment to keep up-to-date.yes${{ github.event.deployment.id }}
statusThe status of the workflow.yes${{ job.status }}
server-urlThe GitHub server URL, used for getting the log URL.yes${{ github.server_url }}
run-idThe Actions run ID, used for getting the log URL.yes${{ github.run_id }}

no outputs