Revert "Github: Wrong comparison of repository name"
This reverts commit a419068 which
introduced a regression issue causing the plugin to fail retrieving the
data from the post_receive hook.
This is due to using the wrong repository attribute to compare with the
repository name in the payload ('name' instead of 'info/hub_reponame').
Fixes #55