diff --git a/github/actions_workflow_runs.go b/github/actions_workflow_runs.go index 6241dc629f..0cda90d41b 100644 --- a/github/actions_workflow_runs.go +++ b/github/actions_workflow_runs.go @@ -60,6 +60,7 @@ type ListWorkflowRunsOptions struct { Event string `url:"event,omitempty"` Status string `url:"status,omitempty"` Created string `url:"created,omitempty"` + HeadSHA string `url:"head_sha,omitempty"` ListOptions }