Skip to content

Dispatcher Action

Actions
Makes a repository dispatch API call, but includes a link back to the calling workflow
v0.0.2
Latest
Star (1)

Tags

 (1)

dispatcher-action

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

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
client-payload string false "{}" JSON payload for the repository_dispatch
event (key dispatched_by is upserted
by this action)
event-type string true The repository_dispatch event name (also
known 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.

About

Makes a repository dispatch API call, but includes a link back to the calling workflow
v0.0.2
Latest

Tags

 (1)

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.