Skip to content

Commit

Permalink
Add head_sha for ListWorkflowRunsOptions (#2703)
Browse files Browse the repository at this point in the history
Fixes: #2687.
  • Loading branch information
alexellis committed Mar 8, 2023
1 parent 862134b commit 73075b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/actions_workflow_runs.go
Expand Up @@ -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
}

Expand Down

0 comments on commit 73075b9

Please sign in to comment.