Pass the Microsoft GitHub Administrator GH-200 Questions and answers with CertsForce

Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions
Questions # 21:

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

Options:

A.

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


B.

${{needs.job1.output1}}


C.

${{depends.job1.output1}}


D.

${{job1.outputs.output1}}


Expert Solution
Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions