Turn on runner debug logs for detailed troubleshooting.
Section: Find failures faster
Enable GitHub Actions step debug logging
text
text
Set repository or organization secret:
ACTIONS_STEP_DEBUG=trueExplanation
GitHub Actions can emit extra debug output when debug logging is enabled.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Find failures faster
Inspect GitLab job traces
Review the full job log and artifacts from failed jobs.
Replay Jenkins pipeline with edits
Retry a failed Jenkins pipeline with small script adjustments.
Retry flaky network operations
Wrap downloads or package installs with bounded retries.