datadesk/Create Deployment
A GitHub Action to facilitate the creation of a GitHub Deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| environment | Name for the target deployment environment | no | production |
| description | Short description of the deployment | no | "" |
| environment-url | The URL for accessing your environment | no | "" |
| initial-state | The initial state of the deployment status | no | pending |
Outputs
| name | description |
|---|---|
| deployment-id | The ID that references the created deployment |
| deployment-status-id | The ID that references the created deployment status |