Skip to content

Commit

Permalink
chore: Fix GitHubEventData Headers comment referring to GitLab (argop…
Browse files Browse the repository at this point in the history
…roj#2797)

Signed-off-by: Liam Wyllie <[email protected]>
Signed-off-by: jmillage <[email protected]>
  • Loading branch information
risset authored and jmillage committed Sep 26, 2023
1 parent fcd53eb commit e3c5dc7
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 e3c5dc7

Please sign in to comment.