GitHub Foundations — Question 19
Which action type should be used to bundle a series of run steps into a reusable custom action?
Answer options
- A. Composite action
- B. Bash script action
- C. Docker container action
- D. JavaScript action
Correct answer: A
Explanation
The correct answer is A, Composite action, as it allows for the combination of various run steps into a single, reusable unit. The other options, such as Bash script action, Docker container action, and JavaScript action, are specific types of actions that do not provide the same capability to bundle multiple steps together.