lee-lott-actions/Create GitHub Deployment
A GitHub Action to create a new deployment usin gthe GitHub REST API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | The branch, tag or sha of the new deployment | yes | — |
| environment | The name of the deployment environment (e.g. development, test, statging, production, etc.) | yes | — |
| description | A short description of the deployment | yes | — |
| org-name | The name of the GitHub Organization | yes | — |
| repo-name | The name of the repository | yes | — |
| token | GitHub token with access to create a deployment | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the action ("success" or "failure") |
| error-message | Error message if the action fails |
| deployment-id | The id of the new deployment |
| deployment-url | The URL of the new deployment |