Skip to content

Commit

Permalink
chore: Fix GitHubEventData Headers comment referring to GitLab (#2797)
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Wyllie <risset@mailbox.org>
  • Loading branch information
risset committed Sep 12, 2023
1 parent f335fc2 commit 8fa2b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/events/event-data.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ type PubSubEventData struct {

// GithubEventData represents the event data generated by the GitHub eventsource.
type GithubEventData struct {
// Headers from the Gitlab http request.
// Headers from the GitHub http request.
Headers http.Header `json:"headers"`
// Body represents the message body
Body *json.RawMessage `json:"body"`
Expand Down

0 comments on commit 8fa2b2f

Please sign in to comment.