Skip to content

Commit 8592ad2

Browse files
committed
fun differences when using GitHub Apps
1 parent 001fb57 commit 8592ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/travis/listener/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def push_head_commit
205205
end
206206

207207
def delivery_guid
208-
env['HTTP_X_GITHUB_GUID']
208+
env['HTTP_X_GITHUB_GUID'] || env['HTTP_X_GITHUB_DELIVERY']
209209
end
210210

211211
def payload

0 commit comments

Comments
 (0)