gdfhdfgh dfghdfgh dfgh

This commit is contained in:
Michael Schmidt
2023-07-10 15:14:11 +02:00
parent ccbde630fa
commit 67a3a54916
2 changed files with 7 additions and 7 deletions

8
dist/index.js vendored
View File

@@ -36008,14 +36008,14 @@ function getFetchUrl(settings) {
return `git@${serviceUrl.hostname}:${encodedOwner}/${encodedName}.git`;
}
// "origin" is SCHEME://HOSTNAME[:PORT]
return `${serviceUrl.origin}/gitea/${encodedOwner}/${encodedName}`;
return `${serviceUrl.origin}/${encodedOwner}/${encodedName}`;
}
exports.getFetchUrl = getFetchUrl;
function getServerUrl() {
// todo: remove GITHUB_URL after support for GHES Alpha is no longer needed
return new url_1.URL(process.env['GITHUB_SERVER_URL'] ||
process.env['GITHUB_URL'] ||
'https://github.com');
return new url_1.URL(process.env['GITHUB_SERVER_URL'] + '/gitea' ||
0 ||
0);
}
exports.getServerUrl = getServerUrl;