github.workflowjobpayload
Home > @runlightyear/github > WorkflowJobPayload
WorkflowJobPayload interface
Documentation: https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads\#workflow\_job
Signature:interface WorkflowJobPayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | "completed" | "in_progress" | "queued" | "waiting" | ||
deployment | Deployment | ||
ref | string | ||
workflowJob | WorkflowJob |