🔥 3-day streak
GitHub Actions (GH-200)100 / 142
Question 100 of 142
A workflow has two jobs. The first job, named 'build', generates a version string that the second job, named 'deploy', must reference. The 'deploy' job includes 'needs: build'. Inside the 'build' job, a step with id 'meta' writes the value using 'echo "version=1.4.2" >> "$GITHUB_OUTPUT"'. To make this value available to the 'deploy' job, what must also be configured?
Reviewed for accuracy · Report an issueNext question