mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
typo removed repos
This commit is contained in:
parent
17f8fc08c2
commit
23e715c78e
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -10960,7 +10960,7 @@ exports.findAllVersions = findAllVersions;
|
|||||||
function getManifestFromRepo(owner, repo, auth, branch = 'master', serverUrl = 'https://api.github.com') {
|
function getManifestFromRepo(owner, repo, auth, branch = 'master', serverUrl = 'https://api.github.com') {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
let releases = [];
|
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 http = new httpm.HttpClient('tool-cache');
|
||||||
const headers = {};
|
const headers = {};
|
||||||
if (auth) {
|
if (auth) {
|
||||||
|
Loading…
Reference in New Issue
Block a user