reecetech/Dispatcher Action
Makes a repository dispatch API call, but includes a link back to the calling workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 1, 2022
- License
- Public domain
Pinned Snippet
uses: reecetech/dispatcher-action@d2a5e3d77fd61c6f398770191a0f4335256187ed # v0.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token with access to the target repository | no | ${{ github.token }} |
| repository | The full name of the repository to send the dispatch | no | ${{ github.repository }} |
| event-type | The `repository_dispatch` event name (also known as `type`) | yes | — |
| client-payload | JSON payload for the `repository_dispatch` event (key `dispatched_by` is upserted by this action) | no | {} |
Outputs
no outputs