typo removed repos

This commit is contained in:
Gable 2023-08-24 00:25:29 -07:00
parent 17f8fc08c2
commit 23e715c78e

2
dist/setup/index.js vendored
View File

@ -10960,7 +10960,7 @@ exports.findAllVersions = findAllVersions;
function getManifestFromRepo(owner, repo, auth, branch = 'master', serverUrl = 'https://api.github.com') {
return __awaiter(this, void 0, void 0, function* () {
let releases = [];
const treeUrl = `${serverUrl}/${owner}/${repo}/git/trees/${branch}`;
const treeUrl = `${serverUrl}/repos/${owner}/${repo}/git/trees/${branch}`;
const http = new httpm.HttpClient('tool-cache');
const headers = {};
if (auth) {