github.workflowrunpayload
Home > @runlightyear/github > WorkflowRunPayload
WorkflowRunPayload interface
Documentation: https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads\#workflow\_run
Signature:interface WorkflowRunPayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | "requested" | "in_progress" | "completed" | ||
workflow | Workflow | ||
workflowRun | WorkflowRun |