github-actions · github-actions/debug
debug
Debug Log Message
Writes a message to the runner debug log, which is only visible when 'Step debug logging' is enabled (repository secret ACTIONS_STEP_DEBUG=true). Use for verbose diagnostic output that would clutter normal logs. Syntax: echo '::debug::Resolved path: /usr/bin/foo'.