| 34 | } |
| 35 | |
| 36 | type GitHub struct { |
| 37 | data *GitHubData |
| 38 | client *github.Client |
| 39 | ctx context.Context |
| 40 | } |
| 41 | |
| 42 | func (g *GitHub) Trigger() error { |
| 43 | body := github.CreateWorkflowDispatchEventRequest{ |
nothing calls this directly
no outgoing calls
no test coverage detected