update
Some checks failed
CI / build (push) Failing after 5s
CI / test (built) (push) Has been skipped
CI / test (committed) (push) Has been skipped
CI / commentTestSuiteHelp (push) Has been skipped
CI / package (push) Has been skipped

This commit is contained in:
2025-05-13 09:23:41 +02:00
parent 298a4222fa
commit c0166fbde1

View File

@ -47,7 +47,7 @@ export class GitHubHelper {
options.auth = `${token}`
}
if (githubServerHostname !== 'github.com') {
options.baseUrl = `https://${githubServerHostname}/api/v3`
options.baseUrl = `https://${githubServerHostname}/api/v1`
} else {
options.baseUrl = 'https://api.github.com'
}