wigo4it/Azure DevOps Pipeline Runner
Run Azure DevOps pipelines from GitHub Actions using Managed Identity
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| azure-devops-organization | Azure DevOps organization name | yes | — |
| azure-devops-project | Azure DevOps project name or ID | yes | — |
| pipeline-id | Pipeline ID to run | yes | — |
| pipeline-parameters | Pipeline parameters as JSON string (optional) | no | {} |
| pipeline-variables | Pipeline variables as JSON string (optional) | no | {} |
| branch | Branch/ref to run pipeline from (optional) | no | — |
| preview-run | If true, preview the run without actually executing it | no | false |
Outputs
| name | description |
|---|---|
| run-id | The ID of the created pipeline run |
| run-url | Direct URL to the pipeline run |
| status | Initial status of the pipeline run |
| run-name | Name of the pipeline run |