Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam GitHub-Actions All Questions
Exam GitHub-Actions All Questions

View all questions & answers for the GitHub-Actions exam

GitHub GitHub-Actions Question # 20 Topic 3 Discussion

GitHub-Actions Exam Topic 3 Question 20 Discussion:
Question #: 20
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 GitHub-Actions 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.