QuestionQ4
Author and maintain actionsWhen creating and managing custom actions in an enterprise environment, which of the following is a best practice?
- A creating a separate repository for each action so that the version can be managed independently
- B creating a separate branch in application repositories that only contains the actions
- C creating a single repository for all custom actions so that the versions for each action are all the same
- D including custom actions that other teams need to reference in the same repository as application code
Community Discussion