github · GitHub Actions Docs
Actions Troubleshooting workflows - GitHub Docs
A guide for identifying and resolving common issues in GitHub Actions workflows, including syntax errors, runner failures, and permission problems.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Troubleshooting workflows - GitHub Docs
A guide for identifying and resolving common issues in GitHub Actions workflows, including syntax errors, runner failures, and permission problems.
When To Use
Use when a GitHub Actions workflow fails to run, encounters syntax errors, or experiences runner-related execution issues.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-troubleshoot-workflows-troubleshooting-github-docs-workflow-guide.md | A guide providing initial troubleshooting suggestions, Copilot usage, and methods for reviewing workflow run logs in GitHub Actions. | Questions about a guide providing initial troubleshooting suggestions, Copilot usage, and methods for reviewing workflow run logs in... |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Troubleshoot workflows
- Main sections:
In this article,Initial troubleshooting suggestions,Using GitHub Copilot,Using workflow run logs,Enabling 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/troubleshoot-workflows
