forked from lix-project/hydra
Merge pull request #331 from expipiplus1/github-push
Fix api/push-github
This commit is contained in:
commit
03e8538746
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue