Exam GitHub-Actions Topic 3 Question 15 Discussion
Actual exam question for GitHub's GitHub-Actions exam
Question #: 15
Topic #: 3
Question #: 15
Topic #: 3
Which syntax correctly accesses a job output (output1) of an upstream job (job1) from a dependent job within a workflow?
Suggested Answer: A Vote an answer
Theneedscontext is used to reference the outputs of jobs that are dependencies of the current job. In this case, needs.job1.outputs.output1correctly accesses the output ofoutput1from the jobjob1in the dependent job.
by Ruth at Jun 30, 2026, 07:44 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).