Tool
Rerun workflow run
The Rerun Workflow Run tool by GitHub allows developers to effortlessly re-execute an entire workflow run within a repository. Designed to streamline continuous integration and delivery processes, this tool saves time by automating retries without manual intervention.
Features
- Easily re-run entire workflow runs with a single command
- Supports specifying repository owner and name for precise targeting
- Accepts unique workflow run IDs to identify specific executions
- Simplifies error recovery in CI/CD pipelines
- Integrates seamlessly with GitHub's workflow management system
Benefits
- Save time by automating workflow run retries
- Reduce manual errors during workflow re-executions
- Improve CI/CD pipeline efficiency and reliability
- Gain better control over workflow management processes
- Enhance development productivity through seamless integration
Description
Re-run an entire 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 |