bugsterapp/Bugster.dev
Trigger a Bugster workflow from GitHub Actions (v2)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 9, 2026
- License
- None
Pinned Snippet
uses: bugsterapp/bugster-action@709f8f4c84419c801d0ffb37a13af04e0da865c8 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bugster_api_key | API key for Bugster Cloud | yes | — |
| organization_id | Bugster organization ID | yes | — |
| project_id | Bugster project ID | yes | — |
| workflow_id | Bugster workflow ID (determines which suite/environment/reports to use) | yes | — |
| deployment_state | Deployment state: in_progress | success | cancelled | failed | error (defaults to success if invalid) | no | success |
| commit_sha | Commit SHA (if missing, will use GITHUB_SHA) | no | — |
| branch | Branch name (if missing, will use GITHUB_REF_NAME) | no | — |
| api_base_url | Base URL for the Bugster API (for testing) | no | https://api.bugster.app |
| timeout_seconds | Request timeout in seconds | no | 60 |
Outputs
| name | description |
|---|---|
| status | HTTP status code returned by the API |
| response | Response body returned by the API (truncated) |