andrewehlo/GitHub Deployments
GitHub action for working painlessly with deployment statuses.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | yes | — |
| step | One of 'start' and 'finish' | yes | — |
| auto_inactive | Set auto_inactive (see https://developer.github.com/v3/repos/deployments/#inactive-deployments) | no | — |
| logs | URL to logs | no | — |
| desc | Description to set in status | no | — |
| ref | The git ref to use for the deploy, defaults to `github.ref` | no | — |
| env | The name of the deployment environment for Github. (Required for `start` and `deactivate-env` only) | no | — |
| transient | Whether this is a transient (short-lived) environment. (For `start` only) | no | — |
| deployment_id | The deployment id to update (if specified during `start`, the deployment will be updated instead of a new one created) | no | — |
| env_url | The environment URL. (For `finish` only) | no | — |
| status | The deployment status. (For `finish` only) | no | — |
| no_override | Whether to mark existing deployments of this environment as inactive | no | true |
| log_args | Print arguments used by this action. | no | false |
| repository | Set status for a different repository, using the format `$owner/$repository` (optional, defaults to the current repository) | no | — |
Outputs
no outputs