🔥 3-day streak
GitHub Actions (GH-200)113 / 142
Question 113 of 142
A platform team maintains a reusable workflow (build.yml) invoked via workflow_call. The reusable workflow builds an artifact and computes a version string that the calling workflow needs to use in a later deployment job. Inside build.yml, a step named 'compute' writes 'ver=1.4.2' to $GITHUB_OUTPUT in job 'package'. Which combination correctly exposes this value so the caller's downstream job can reference it?
Reviewed for accuracy · Report an issueNext question