matuyuhi/Unity Cloud Build Trigger
Trigger a Unity Cloud Build for a given commit or branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| unity_org_id | Your Unity Organization ID | yes | — |
| unity_project_id | Your Unity Project ID | yes | — |
| build_target_id | Your Build Target ID | yes | — |
| authorization_header | Authorization header for Unity Cloud Build API (e.g. "Authorization: Basic ...") | yes | — |
| branch | Git branch to build (optional). If provided, will fetch latest SHA from this branch. | no | "" |
| clean | Whether to perform a clean build (true/false) | no | false |
| platform | Build platform (e.g. standalonewindows64) | no | standalonewindows64 |
| machine_type_label | Machine type label for build (e.g. win_premium_v1) | no | win_premium_v1 |
Outputs
| name | description |
|---|---|
| build_id | The ID of the triggered build. |
| platform | The platform of the build. |