starburst997/Deployment Actions
Creates GitHub deployment and automatically updates status on completion
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with deployment permissions | no | ${{ github.token }} |
| ref | Git reference for the deployment | no | ${{ github.head_ref }} |
| environment | Deployment environment name | no | production |
| environment-url | URL where the deployment will be accessible | no | — |
| action-version | Action version (automatically set) | no | ${{ github.action_ref }} |
| __job_status | Job status (automatically set - DO NOT SET MANUALLY) | no | ${{ job.status }} |
Outputs
| name | description |
|---|---|
| deployment-id | The ID of the created deployment |
| environment | The deployment environment name |
| url | The URL where the deployment is accessible |
| domain | The domain (with subdomains) extracted from the URL, without protocol |