GITHUB-ACTIONS · Question #67
As a developer, what options should you recommend to implement standards for automation reuse? (Choose two.)
The correct answer is A. Create workflow templates and store them in the organization's .github repository. B. Create reusable actions and workflows that can be called from other workflows.. Creating workflow templates in the organization's .github repository allows the organization to standardize workflows and make them easily reusable across multiple repositories. This ensures consistency and simplifies maintenance. Creating reusable actions and workflows that can
Question
As a developer, what options should you recommend to implement standards for automation reuse? (Choose two.)
Options
- ACreate workflow templates and store them in the organization's .github repository.
- BCreate reusable actions and workflows that can be called from other workflows.
- CCreate a marketplace partition to publish reusable automation for the company.
- DStore shared corporate actions in subfolders in a defined and documented internally accessible
How the community answered
(57 responses)- A74% (42)
- C9% (5)
- D18% (10)
Explanation
Creating workflow templates in the organization's .github repository allows the organization to standardize workflows and make them easily reusable across multiple repositories. This ensures consistency and simplifies maintenance. Creating reusable actions and workflows that can be called from other workflows helps modularize and standardize automation tasks. These reusable components can be maintained centrally and called from different workflows across repositories.
Topics
Community Discussion
No community discussion yet for this question.