mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-02-02 20:08:25 +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(
|
$contentsResponse = $github->getFileContents(
|
||||||
$pull->head->user->login,
|
$pull->head->user->login,
|
||||||
$this->getState()->get('github_repo'),
|
$pull->head->repo->name,
|
||||||
$file->repofilename,
|
$file->repofilename,
|
||||||
urlencode($pull->head->ref)
|
urlencode($pull->head->ref)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user