diff --git a/github/actions_workflow_runs.go b/github/actions_workflow_runs.go index 64274a3d037..b2c40d47c5b 100644 --- a/github/actions_workflow_runs.go +++ b/github/actions_workflow_runs.go @@ -49,10 +49,11 @@ type WorkflowRuns struct { // ListWorkflowRunsOptions specifies optional parameters to ListWorkflowRuns. type ListWorkflowRunsOptions struct { - Actor string `url:"actor,omitempty"` - Branch string `url:"branch,omitempty"` - Event string `url:"event,omitempty"` - Status string `url:"status,omitempty"` + Actor string `url:"actor,omitempty"` + Branch string `url:"branch,omitempty"` + Event string `url:"event,omitempty"` + Status string `url:"status,omitempty"` + Created string `url:"created,omitempty"` ListOptions }