github · GitHub Actions Docs
Actions Enabling debug logging - GitHub Docs
Instructions for enabling detailed debug logging in GitHub Actions workflows using the RUNNER_DEBUG and ACTIONS_STEP_DEBUG environment variables.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Enabling debug logging - GitHub Docs
Instructions for enabling detailed debug logging in GitHub Actions workflows using the RUNNER_DEBUG and ACTIONS_STEP_DEBUG environment variables.
When To Use
Use when you need to troubleshoot failing GitHub Actions workflows by increasing the verbosity of runner and step execution logs.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-monitor-workflows-enabling-debug-logging-github-docs-workflow-guide.md | A guide explaining how to enable runner diagnostic logging and step debug logging for GitHub Actions workflows. | Questions about a guide explaining how to enable runner diagnostic logging and step debug logging for GitHub Actions workflows. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Monitor workflows / - Enable debug logging
- Main sections:
In this article,Enabling runner diagnostic logging,Enabling step debug logging.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/monitor-workflows/enable-debug-logging
