Question 299:
After you committed code to the master branch, GitHub triggered a workflow bellow. But unfortunately, it failed before Login to Azure step.
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"