GitHub
GITHUB-ACTIONS · Question #22
GITHUB-ACTIONS Question #22: Real Exam Question with Answer & Explanation
Sign in or unlock GITHUB-ACTIONS to reveal the answer and full explanation for question #22. The question stem and answer options stay visible for context.
Question
Which scopes are available to define custom environment variables within a workflow file? (Choose three.)
Options
- Athe entire workflow, by using env at the top level of the workflow file
- Ball jobs being run on a single Actions runner, by using runner.env at the top of the workflow file
- Cthe entire stage, by using env at the top of the defined build stage
- Dwithin the run attribute of a job step
- Ethe contents of a job within a workflow, by using jobs.<job_id>.env
- Fa specific step within a job, by using jobs.<job_id>.steps[*].env
Unlock GITHUB-ACTIONS to see the answer
You've previewed enough free GITHUB-ACTIONS questions. Unlock GITHUB-ACTIONS for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.