We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862134b commit 73075b9Copy full SHA for 73075b9
github/actions_workflow_runs.go
@@ -60,6 +60,7 @@ type ListWorkflowRunsOptions struct {
60
Event string `url:"event,omitempty"`
61
Status string `url:"status,omitempty"`
62
Created string `url:"created,omitempty"`
63
+ HeadSHA string `url:"head_sha,omitempty"`
64
ListOptions
65
}
66
0 commit comments