Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method WorkflowClient.prototype.executeWorkflow
import { WorkflowClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/GitHubClients/WorkflowClient.ts";

Executes a workflow that matches the given workflowFileName, on a branch that matches the given branchName, for a repository with a name that matches the WorkflowClient.repoName.

Parameters

branchName: string

The name of the branch.

workflowFileName: string

The file name of the workflow.

optional
inputs: [string, string][]

The workflow input key value pairs.

Returns

Promise<void>