Skip to content

Commit 248dae5

Browse files
author
Dean Karn
committed
Merge branch 'rakeshbala-fix/githubPushPayload' into v3
2 parents c93876b + cc075df commit 248dae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3954,6 +3954,7 @@ type PushPayload struct {
39543954
BaseRef *string `json:"base_ref"`
39553955
Compare string `json:"compare"`
39563956
Commits []struct {
3957+
Sha string `json:"sha"`
39573958
ID string `json:"id"`
39583959
TreeID string `json:"tree_id"`
39593960
Distinct bool `json:"distinct"`

0 commit comments

Comments
 (0)