condensereality/Run Unity Cloud Build
Runs relevant build via Unity Cloud Build
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 13, 2024
- License
- None
Pinned Snippet
uses: condensereality/unitycloudbuildaction@b57dceeedabaf5d39293b0d9aa63907cb4d5b441 # v1.15.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| unity_cloud_build_api_key | Unity Cloud Build API key | yes | — |
| unity_cloud_build_org_id | Unity Cloud Build Org ID | yes | — |
| unity_cloud_build_project_id | Unity Cloud Build Project ID | yes | — |
| unity_cloud_build_polling_interval | Interval to poll Unity Cloud Build | no | 60 |
| unity_cloud_build_primary_target | Unity Cloud Build Primary Target ID | yes | — |
| unity_cloud_build_download_binary | Download the build binary to env.ARTIFACT_FILEPATH | no | — |
| unity_cloud_build_create_share | Create a sharing url in UnityCloudBuild and output to env.SHARE_URL | no | — |
| unity_cloud_build_use_existing_build_number | Force the process to use an existing build number instead of starting a new build | no | — |
| unity_cloud_build_github_branch_ref | github branch reference to build (github.ref). This will create new build targets if the branch differs from the default target, to support pull requests and tags | yes | — |
| unity_cloud_build_github_head_ref | github.head_ref; only on pull requests and is the source branch; https://docs.github.com/en/actions/learn-github-actions/contexts | no | — |
| unity_cloud_build_allow_new_target | Set this to false to disable creation of new build targets/configurations based on the primary target. | no | — |
Outputs
no outputs