Github Workflow Debugger
CreatedMaxteabag
Diagnoses and fixes GitHub Actions workflow failures through a structured decision tree using the GitHub API.
About
Github Workflow Debugger is a utility that leverages the GitHub API to help users diagnose and resolve failures in their GitHub Actions workflows. It analyzes workflow run information, identifies common failure patterns, and provides actionable solutions, enabling users to quickly fix issues and maintain smooth CI/CD pipelines.
Key Features
- Fetches recent failed workflow runs
- Analyzes workflow run jobs and steps
- Identifies common failure patterns
- Suggests specific fixes for common issues
- Allows viewing and updating workflow files
- 0 GitHub stars
Use Cases
- Identifying root causes of workflow failures
- Applying suggested fixes to resolve workflow issues
- Troubleshooting failing GitHub Actions workflows