pub async fn execute_workflow(
workflow_path: &Path,
config: ExecutionConfig,
) -> Result<ExecutionResult, ExecutionError>Expand description
Execute a GitHub Actions workflow file locally
pub async fn execute_workflow(
workflow_path: &Path,
config: ExecutionConfig,
) -> Result<ExecutionResult, ExecutionError>Execute a GitHub Actions workflow file locally