lfventura/Wait for Bitrise Build
Waits for a Bitrise build to complete and checks its status.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token to authenticate with the GitHub API. | no | ${{ github.token }} |
| bitrise_token | Bitrise token to authenticate with the Bitrise API. | yes | — |
| repo | The repository name where the check run is located. | no | ${{ github.event.repository.name }} |
| owner | The owner of the repository. | no | ${{ github.repository_owner }} |
| sha | The commit SHA to check the status of the Bitrise build. | no | ${{ github.event.pull_request.head.sha }} |
| bitrise_check_name | The name of the Bitrise check run to monitor. | no | Bitrise |
| bitrise_check_period | The time in seconds to wait between checks for the Bitrise build status. | no | 60 |
Outputs
| name | description |
|---|---|
| bitrise_build_status | The status of the Bitrise build. |