feature/rebase-upstream #1

Open
ahuston-0 wants to merge 9 commits from feature/rebase-upstream into main
Showing only changes of commit 1f2b960401 - Show all commits

2
dist/index.js vendored
View File

@ -1286,7 +1286,7 @@ 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';