如何使用github中的"Reusing Workflows"功能?
How to use the "Reusing Workflows" feature in github?
如果想为我的 Maven 构建使用新的“可重用工作流”功能:
https://docs.github.com/en/actions/learn-github-actions/reusing-workflows
不幸的是,我没有弄清楚我需要在哪里激活测试版功能。或者它应该开箱即用,无需任何额外激活?
对于像“projects”这样的新测试版程序,其中也使用了工作流(如“Automating projects (beta)") there is an explicit "signup process”。
但对于“可重复使用的工作流程”,该功能可能已经可用,考虑到已经有一个 feedback/discussion 具有:
- 一个example repository
- an example workflow(无效,但另有原因)
如果想为我的 Maven 构建使用新的“可重用工作流”功能:
https://docs.github.com/en/actions/learn-github-actions/reusing-workflows
不幸的是,我没有弄清楚我需要在哪里激活测试版功能。或者它应该开箱即用,无需任何额外激活?
对于像“projects”这样的新测试版程序,其中也使用了工作流(如“Automating projects (beta)") there is an explicit "signup process”。
但对于“可重复使用的工作流程”,该功能可能已经可用,考虑到已经有一个 feedback/discussion 具有:
- 一个example repository
- an example workflow(无效,但另有原因)