lagrowthmachine/deployment-builder-action-public
Create deployment on github for Jira integrations (deployment | build)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token | yes | — |
| ref | The ref to deploy. This can be a branch, tag, or SHA. | yes | — |
| environment | Name for the target deployment environment, which can be changed when setting a deploy status. For example, production, staging, or qa. | yes | — |
| auto_merge | Attempts to automatically merge the default branch into the requested ref, if it is behind the default branch. | — | — |
| description | Short description of the deployment. | — | — |
| production | Specifies if the given environment is one that end-users directly interact with. Default: true when environment is production and false otherwise. | — | — |
| status | Can be one of: error, failure, inactive, in_progress, queued, pending, success | — | — |
| required_contexts | The deployment will only be created if all statuses for the required contexts pass. | — | — |
Outputs
| name | description |
|---|---|
| deployment_id | Id of the deployment |