Microsoft GitHub Actions Exam GH-200 Question # 21 Topic 3 Discussion

Microsoft GitHub Actions Exam GH-200 Question # 21 Topic 3 Discussion

GH-200 Exam Topic 3 Question 21 Discussion:
Question #: 21
Topic #: 3

Which scopes are available to define custom environment variables within a workflow file? (Choose three.)


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


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.