Tool
Get workflow run
Get Workflow Run is an AI-powered tool designed to retrieve detailed information about a specific GitHub Actions workflow run. It enables developers and DevOps teams to monitor, analyze, and track the status and results of their CI/CD workflows efficiently.
Features
- Fetch detailed data of individual GitHub Actions workflow runs using repository owner, repository name, and run ID.
- Provides real-time status and logs of workflow runs directly from GitHub.
- Supports easy integration with DevOps pipelines and automation scripts.
- Enables tracking of workflow run duration, conclusion, and run attempt details.
- Ensures secure and read-only access to workflow run metadata, preserving repository integrity.
Benefits
- Enhances visibility into CI/CD pipeline executions for better debugging and troubleshooting.
- Improves deployment reliability by monitoring each workflow run in detail.
- Saves time for developers by automating data retrieval from GitHub workflows.
- Supports proactive issue detection through detailed workflow run insights.
- Facilitates reporting and auditing of continuous integration processes for compliance and optimization.
Description
Get details of a specific workflow run
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| ownerrequired | string | Repository owner |
| reporequired | string | Repository name |
| run_idrequired | number | The unique identifier of the workflow run |