Basic Information

appmixer.github.list.RepositoryDispatch

Repository Dispatch

1.0.0

Public

Trigger a repository_dispatch event in a repository, starting any GitHub Actions workflow that listens for it.

Input Ports

in

FieldTypeDescription
Repository text The repository to dispatch to, in the 'owner/repo' form.
Event Type text Custom name of the event, matched by the workflow's 'on: repository_dispatch: types'. At most 100 characters.
Client Payload textarea Optional JSON object passed to the workflow as github.event.client_payload. GitHub accepts at most 10 top-level keys.

Output Ports

out

FieldTypeDescription
No fields defined for this port

Full Metadata