actions-marketplace-validations/deployment-builder-action-public
Create deployment on github for Jira integrations (deployment | build)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 5, 2024
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/lagrowthmachine_deployment-builder-action-public@cb08b6930b0f95d0c42396b65fe360f8d141ef6b # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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 |