fix(github): sync app slug before generating installation path

This commit is contained in:
Andras Bacsai
2026-06-15 12:55:29 +02:00
parent b9bda7301a
commit 507a8afa20
3 changed files with 40 additions and 7 deletions
-2
View File
@@ -192,8 +192,6 @@ function syncGithubAppName(GithubApp $source, bool $throw = false): ?string
function getInstallationPath(GithubApp $source): string
{
syncGithubAppName($source);
$name = str(Str::kebab($source->name));
$baseUrl = rtrim($source->html_url, '/');
$host = parse_url($source->html_url, PHP_URL_HOST);