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 478c682 commit 4cb2cf9Copy full SHA for 4cb2cf9
api/ruby/building-your-first-github-app/server.rb
@@ -120,7 +120,7 @@ class GHAapp < Sinatra::Application
120
# Determine what kind of event this is, and take action as appropriate
121
# TODO we assume that GitHub will always provide an X-GITHUB-EVENT header in this case, which is a reasonable
122
# assumption, however we should probably be more careful!
123
- logger.debug "---- recevied event #{request.env['HTTP_X_GITHUB_EVENT']}"
+ logger.debug "---- received event #{request.env['HTTP_X_GITHUB_EVENT']}"
124
logger.debug "---- action #{payload['action']}" unless payload['action'].nil?
125
126
case request.env['HTTP_X_GITHUB_EVENT']
0 commit comments