Skip to content

Commit 486e571

Browse files
authored
Update server.rb
1 parent bc96634 commit 486e571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ def verify_webhook_signature
312312

313313
# The X-GITHUB-EVENT header provides the name of the event.
314314
# 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?
315+
logger.debug "---- received event #{request.env['HTTP_X_GITHUB_EVENT']}"
316+
logger.debug "---- action #{@payload['action']}" unless @payload['action'].nil?
317317
end
318318

319319
end

0 commit comments

Comments
 (0)