Merge pull request #331 from expipiplus1/github-push

Fix api/push-github
This commit is contained in:
Domen Kožar 2016-08-16 23:59:12 +02:00 committed by GitHub
commit 03e8538746

View file

@ -246,7 +246,7 @@ sub push_github : Chained('api') PathPart('push-github') Args(0) {
$c->{stash}->{json}->{jobsetsTriggered} = [];
my $in = decode_json $c->req->body_params->{payload};
my $in = $c->request->{data};
my $owner = $in->{repository}->{owner}->{name} or die;
my $repo = $in->{repository}->{name} or die;
print STDERR "got push from GitHub repository $owner/$repo\n";