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

You are authoring a composite action that formats code. The action.yml declares an input named `target-path` with a default of `.`. Inside a `run` step in the composite action, you need to reference the caller-supplied value of this input to pass it to a CLI command. Which syntax correctly references the input inside the composite action's run step?

Reviewed for accuracy · Report an issueNext question