GitHub Foundations — Question 14
What is the simplest action type to run a shell script?
Answer options
- A. Bash script action
- B. Composite action
- C. JavaScript action
- D. Docker container action
Correct answer: B
Explanation
The correct answer is B, Composite action, because it allows for the combination of multiple actions and is the easiest way to run a shell script within a workflow. The other options, such as Bash script action and Docker container action, are more specific and may involve additional configurations that are not necessary for simply executing a shell script.