mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 04:23:34 +00:00
fix(github): sync app slug before generating installation path
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user