GitHub Actions Certificate - GitHub-Actions Exam Practice Test
What is the right method to ensure users approve a workflow before the next step proceeds?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
In which scenarios could the GITHUB_TOKEN be used? (Choose two.)
Correct Answer: B,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which default environment variable specifies the branch or tag that triggered a workflow?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
As a developer, you are designing a workflow and need to communicate with the runner machine to set environment variables, output values used by other actions, add debug messages to the output logs, and other tasks. Which of the following options should you use?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which workflow event is used to manually trigger a workflow run?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You are a developer, and your container jobs are failing on a self-hosted runner. Which requirements must you check to ensure that the self-hosted runner is properly configured? (Choose two.)
Correct Answer: C,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
What is the right method to ensure users approve a workflow before the next step proceeds?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).