donedgardo/GitLaunch Build Reporter
Report builds and deployment status to GitLaunch for deployment management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | GitLaunch API key (use secrets.GITLAUNCH_API_KEY) | yes | — |
| api-url | GitLaunch API URL | no | https://gitlaunch.dev |
| service-id | GitLaunch service ID | yes | — |
| action | Action to perform: report-build, update-status | yes | report-build |
| build-id | Build identifier (commit SHA, build number, etc.) | yes | — |
| environment | Deployment environment (staging, prod) - required for update-status | no | — |
| status | Deployment status (deploying, deployed, error, cancelled) - required for update-status | no | — |
Outputs
| name | description |
|---|---|
| build-id | The build ID that was reported |
| deployment-status | The current deployment status |