Free Microsoft GH-200 Actual Exam Questions - Question 12 Discussion

Question No. 12
Which workflow command would output the debug message "action successfully debugged"?
Select one option, then reveal solution.
US
PO
Peter O.
2026-02-14

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.

0
AE
Adeel E.
2026-02-11

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.

0
BR
Bilal R.
2026-01-26

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.

0
BR
Bilal R.
2026-01-26

C seems right since it matches GitHub Actions debug syntax exactly.

0
RX
Ravi X.
2026-01-24

C, the double colons are specific to GitHub Actions' debug messages.

0
YU
Yasir U.
2026-01-15

C, that’s the syntax for debug messages in GitHub Actions.

0