自定义入门工作流程 github 未显示在组织中

Mar*_*ich 5 continuous-integration github github-organizations github-actions

我们在组织中创建了一个公共 .github 存储库,以便按照以下方式创建自定义入门工作流程:

https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization

但在创建新仓库时似乎看不到它们。

查询启动工作流程

这是我们的 github 存储库https://github.com/pepsico-ecommerce/.github

Von*_*onC 2

但在创建新仓库时似乎看不到它们。

检查创建的新存储库是公共存储库还是私有存储库,并为用户(组织外部)测试它。

该文档确实提到:

用户创建的入门工作流只能用于在公共存储库中创建工作流。

使用 GitHub Enterprise Cloud 的组织还可以使用入门工作流程在私有存储库中创建工作流程。

您的用例似乎与第一个场景匹配,因为您没有使用GitHub Enterprise Cloud
意味着 a.github/workflow-templates不适用于github.com.
它将位于 GitHub Enterprise Cloud 实例上。