mvasigh/Dispatch Action
Emit repository dispatch events to trigger other workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The Github access token to use (i.e. secrets.GITHUB_TOKEN) | yes | — |
| repo | The name of the repository to dispatch the event to | yes | @ |
| owner | The owner of the repository to dispatch the event to | — | — |
| event_type | The type of event to be dispatched | yes | — |
| message | An optional JSON string payload to be dispatched | — | — |
| debug | Enable verbose logging for debugging your workflow. Not recommended for production | — | 0 |
Outputs
no outputs