Exam GitHub-Actions Topic 3 Question 15 Discussion

Actual exam question for GitHub's GitHub-Actions exam
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

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.

0
0
0
10