reecetech/Dispatcher Action

Makes a repository dispatch API call, but includes a link back to the calling workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 1, 2022
License
Public domain

Pinned Snippet

workflow.ymlSHA-pinned
uses: reecetech/dispatcher-action@d2a5e3d77fd61c6f398770191a0f4335256187ed # v0.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenToken with access to the target repositoryno${{ github.token }}
repositoryThe full name of the repository to send the dispatchno${{ github.repository }}
event-typeThe `repository_dispatch` event name (also known as `type`)yes
client-payloadJSON payload for the `repository_dispatch` event (key `dispatched_by` is upserted by this action)no{}

no outputs