GitHub Actions

Trigger github actions workflow run

Manually trigger a Github Actions workflow run. You must configure your GitHub Actions workflow to run when the workflow_dispatch webhook event occurs.

Inputs

Field

Type

Description

workflowId [required]

string

repository [required]

string

The target repository, with the format {owner}/{repo}.

ref [required]

string

The git reference for the workflow. The reference can be a branch or tag name.

inputs

object

Input keys and values configured in the workflow file. Inputs configured here are validated against the inputs defined in the workflow file. The maximum number of properties is 10. Any default properties configured in the workflow file will be used when inputs are omitted. See documentaion for more information.

Outputs

Field

Type

Description

No outputs