Microsoft · GH-200
Pregunta 1 de 7

How should you print a debug message in your workflow?

echo "::debug::Set variable myVariable to true"
echo "Set variable MyVariable to true" >> $DEBUG_MESSAGE
echo "::add-mask::Set variable myVariable to true"
echo "debug_message=Set variable myVariable to true" >> &GITHUB_OUTPUT