Which action type is the simplest way to run a shell script?
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.
run
Community Discussion