Is there any way to use GitHub Actions in Azure YML pipelines?
No. You can not mix GitHub Actions and Azure YAML pipelines, since they are from two different platforms and have different syntaxes.
However, in Azure YAML pipelines, you can call the GitHub REST API "Create a workflow dispatch event" to trigger a GitHub Actions workflow run.
And in GitHub Actions workflow, you can use the "Azure Pipelines Action" to trigger a pipeline.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With