Free Microsoft GH-200 Actual Exam Questions - Question 12 Discussion
Maybe C, since GitHub Actions debug messages require the double colons exactly as shown. The others either miss colons or have extra characters that wouldn’t trigger debug output.
C The double colon syntax is the standard way to format debug messages in GitHub Actions, so this fits best. The others don’t use the right punctuation to trigger debug output.
I’m gonna rule out A and D right away since they don’t have the proper double colon format GitHub Actions uses. B is missing the colons too, so it doesn’t fit the official syntax. That leaves C, which matches the exact format for debug messages in GitHub Actions. So C looks like the solid choice here.
C seems right since it matches GitHub Actions debug syntax exactly.
C, the double colons are specific to GitHub Actions' debug messages.
C, that’s the syntax for debug messages in GitHub Actions.