Merge pull request #331 from expipiplus1/github-push
Fix api/push-github
This commit is contained in:
		| @@ -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"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user