github 操作在后台使用什么?
What does github actions uses under the hood?
我真的很想知道 GitHub 操作在幕后是如何工作的。它使用 azure-pipelines 还是专门为 GitHub 定制的东西?
用法真的很简单,但如果有人能解释一下底层的机制,那将非常有帮助
GitHub 操作使用 C# runner. If you want to you can host it on your infrastructure (self-hosted runners).
我真的很想知道 GitHub 操作在幕后是如何工作的。它使用 azure-pipelines 还是专门为 GitHub 定制的东西?
用法真的很简单,但如果有人能解释一下底层的机制,那将非常有帮助
GitHub 操作使用 C# runner. If you want to you can host it on your infrastructure (self-hosted runners).