Wait for Bitrise Build
Version updated for https://github.com/lfventura/bitrise-wait-build-action to version v1.0.4.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Bitrise Wait Build Action is a GitHub Action designed to monitor and wait for a Bitrise build associated with a specific GitHub commit to complete before continuing the workflow. It automates the process of polling the Bitrise API for build status updates and halts the workflow if the build fails, ensuring tighter integration and synchronization between GitHub Actions and Bitrise CI/CD pipelines. This action simplifies workflows by providing real-time build status checks and outputs the final result for subsequent steps.
What’s Changed
chore: security fix via npm overrides