QuestionQ24

Author and manage workflows

Which action type is the simplest way to run a shell script?

  • A Bash script action
  • B Composite action
  • C JavaScript action
  • D Docker container action
Explanation

A composite action can bundle shell run commands into a reusable action, without requiring a Docker image or JavaScript code. GitHub documents composite actions as a way to combine multiple workflow steps and run commands within a single action.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!