🔥 3-day streak
GitHub Actions (GH-200)13 / 142
Question 13 of 142
You are authoring a composite action that installs a custom CLI tool into a temporary directory and needs subsequent steps in the calling workflow's job to be able to invoke the tool by name without specifying its full path. The install step downloads the binary to $HOME/.mytool/bin. Which approach inside the composite action's action.yml correctly makes the binary available to later steps?
Reviewed for accuracy · Report an issueNext question