mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-22 10:09:35 +01:00
typo removed repos
This commit is contained in:
parent
17f8fc08c2
commit
23e715c78e
1 changed files with 1 additions and 1 deletions
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 a new issue