mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-23 15:18:36 +00:00
Use the repo name from the pull request
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
parent
fe1e8f7e6f
commit
418c1a8cc5
@ -576,7 +576,7 @@ class PullModel extends AbstractModel
|
||||
{
|
||||
$contentsResponse = $github->getFileContents(
|
||||
$pull->head->user->login,
|
||||
$this->getState()->get('github_repo'),
|
||||
$pull->head->repo->name,
|
||||
$file->repofilename,
|
||||
urlencode($pull->head->ref)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user