🔥 3-day streak
GitHub Actions (GH-200)14 / 142
Question 14 of 142

You are authoring a composite action that runs a shell script to compute a build hash, and you need to expose that hash as an output of the action so calling workflows can reference it via steps.<id>.outputs.build-hash. In the run step you have the value in a shell variable $HASH. Which combination correctly wires this up in the action's metadata and script?

Reviewed for accuracy · Report an issueNext question