ExamQuestions.com

Register
Login
Microsoft Azure DevOps Solutions (AZ-400) Exam Questions

Microsoft

Microsoft Azure DevOps Solutions (AZ-400)

299 / 375

Question 299:

After you committed code to the master branch, GitHub triggered a workflow bellow. But unfortunately, it failed before Login to Azure step. 
image
What should you correct in the script to make the next run successful?

Answer options:

A.Add " - name: Fetching Code" on the next line after "steps:"
B.Modify "actions/checkout" to "GitHub actions/checkout"
C.Modify "actions/checkout" to "actions/checkout@dev/release"
D.Modify "actions/checkout" to "actions/checkout@master"