Orchestra Run Pipeline
Version updated for https://github.com/orchestra-hq/run-pipeline to version v1.4.0.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Orchestra Run Pipeline” GitHub Action enables users to trigger and monitor Orchestra pipelines directly from their GitHub workflows. It automates the execution of pipelines, either using the latest published version or the pipeline YAML from the current branch and commit, and provides functionality to run specific tasks, manage inputs, and poll pipeline statuses. This action streamlines CI/CD processes by integrating Orchestra pipeline management into GitHub Actions.
Release notes
What’s Changed
- adding branch as available input to action by @willdavies0 in https://github.com/orchestra-hq/run-pipeline/pull/13
New Contributors
- @willdavies0 made their first contribution in https://github.com/orchestra-hq/run-pipeline/pull/13
Full Changelog: https://github.com/orchestra-hq/run-pipeline/compare/v1...v1.4.0