Skip to content

Commit 06301b5

Browse files
authored
Merge pull request #135 from thedemoncat/v6
Add "Runner" to BuildEventPayload struct
2 parents c91d10f + 8618bb2 commit 06301b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/payload.go

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ type BuildEventPayload struct {
151151
User User `json:"user"`
152152
Commit BuildCommit `json:"commit"`
153153
Repository Repository `json:"repository"`
154+
Runner Runner `json:"runner"`
154155
}
155156

156157
// JobEventPayload contains the information for GitLab's Job status change

0 commit comments

Comments
 (0)