Skip to content

Commit cc075df

Browse files
committed
fix(github): adds sha to commits in push payload
1 parent c93876b commit cc075df

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)