andrewehlo/GitHub Deployments

GitHub action for working painlessly with deployment statuses.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub tokenyes
stepOne of 'start' and 'finish'yes
auto_inactiveSet auto_inactive (see https://developer.github.com/v3/repos/deployments/#inactive-deployments)no
logsURL to logsno
descDescription to set in statusno
refThe git ref to use for the deploy, defaults to `github.ref`no
envThe name of the deployment environment for Github. (Required for `start` and `deactivate-env` only)no
transientWhether this is a transient (short-lived) environment. (For `start` only)no
deployment_idThe deployment id to update (if specified during `start`, the deployment will be updated instead of a new one created)no
env_urlThe environment URL. (For `finish` only)no
statusThe deployment status. (For `finish` only)no
no_overrideWhether to mark existing deployments of this environment as inactivenotrue
log_argsPrint arguments used by this action.nofalse
repositorySet status for a different repository, using the format `$owner/$repository` (optional, defaults to the current repository)no

no outputs