efernie/Repository Dispatch
Send a repository dispatch event
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A repo scoped GitHub Personal Access Token | yes | — |
| repository | The full name of the repository to send the dispatch. | — | ${{ github.repository }} |
| event-type | A custom webhook event name. | yes | — |
| client-payload | JSON payload with extra information about the webhook event that your action or worklow may use. | — | {} |
Outputs
no outputs