Skip to content

Commit 73075b9

Browse files
authored
Add head_sha for ListWorkflowRunsOptions (#2703)
Fixes: #2687.
1 parent 862134b commit 73075b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/actions_workflow_runs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ type ListWorkflowRunsOptions struct {
6060
Event string `url:"event,omitempty"`
6161
Status string `url:"status,omitempty"`
6262
Created string `url:"created,omitempty"`
63+
HeadSHA string `url:"head_sha,omitempty"`
6364
ListOptions
6465
}
6566

0 commit comments

Comments
 (0)