Microsoft GitHub Actions Exam GH-200 Question # 19 Topic 2 Discussion

Microsoft GitHub Actions Exam GH-200 Question # 19 Topic 2 Discussion

GH-200 Exam Topic 2 Question 19 Discussion:
Question #: 19
Topic #: 2

Which syntax correctly accesses a job output (output1) of an upstream job (job1) from a dependent job within a workflow?


A.

${{needs.job1.outputs.output1}}


B.

${{needs.job1.output1}}


C.

${{depends.job1.output1}}


D.

${{job1.outputs.output1}}


Get Premium GH-200 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.