QuestionQ2
Author and manage workflowsYou need to create a reusable GitHub Actions workflow template named ci.yml. The solution must ensure that ci.yml is shown in the GitHub Actions New workflow interface.
Where should ci.yml be stored?
- A .github/workflow-templates
- B .github/templates
- C the root directory of each repository
- D .github/workflows
Community Discussion