Makes a repository dispatch API call, but includes a link back to the calling workflow so that the dispatched flow
knows who dispatched it - this reduces the number of usable client_payload
items by 1
INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
---|---|---|---|---|
client-payload | string | false | "{}" |
JSON payload for the repository_dispatch event (key dispatched_by is upsertedby this action) |
event-type | string | true | The repository_dispatch event name (alsoknown as type ) |
|
repository | string | false | "${{ github.repository }}" |
The full name of the repository to send the dispatch |
token | string | false | "${{ github.token }}" |
Token with access to the target repository |
Dispatcher Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.