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 scopes are available to define custom environment variables within a workflow file? (Choose three.)

Options:

A.

the entire workflow, by using env at the top level of the workflow file


B.

all jobs being run on a single Actions runner, by using runner.env at the top of the workflow file


C.

the entire stage, by using env at the top of the defined build stage


D.

within the run attribute of a job step


E.

the contents of a job within a workflow, by using jobs..env


F.

a specific step within a job, by using jobs..steps[*].env


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