ADO-Pipelines-Trigger
Version updated for https://github.com/potatisen22/ADOPipelinesTrigger to version v0.2.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “ADO Pipelines Trigger” GitHub Action allows users to automate the triggering of Azure DevOps pipelines directly from their GitHub workflows. It simplifies cross-platform CI/CD processes by enabling seamless pipeline execution with support for passing branch names and template parameters. This action addresses the need for automated integration between GitHub and Azure DevOps, providing a streamlined way to initiate and customize pipeline runs.
Release notes
What’s Changed
- Added simple tests and Docker image validation
- Added branding for GitHub Marketplace (icon & color)
- Added MIT license
- Added README with usage examples and input documentation
- Fixed bug where parameters were treated as variables
Full Changelog
https://github.com/potatisen22/ADOPipelinesTrigger/compare/v0.2.0...v0.3.0