We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc96634 commit 486e571Copy full SHA for 486e571
server.rb
@@ -312,8 +312,8 @@ def verify_webhook_signature
312
313
# The X-GITHUB-EVENT header provides the name of the event.
314
# The action value indicates the which action triggered the event.
315
- logger.debug '---- received event #{request.env['HTTP_X_GITHUB_EVENT']}'
316
- logger.debug '---- action #{@payload['action']}' unless @payload['action'].nil?
+ logger.debug "---- received event #{request.env['HTTP_X_GITHUB_EVENT']}"
+ logger.debug "---- action #{@payload['action']}" unless @payload['action'].nil?
317
end
318
319
0 commit comments