Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 6313221

Browse files
colesburyandfoy
authored andcommitted
Use 'Quansight-Labs' repo
1 parent ffbe519 commit 6313221

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/setup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100160,7 +100160,7 @@ const httpm = __importStar(__nccwpck_require__(6255));
100160100160
const utils_1 = __nccwpck_require__(1314);
100161100161
const TOKEN = core.getInput('token');
100162100162
const AUTH = !TOKEN ? undefined : `token ${TOKEN}`;
100163-
const MANIFEST_REPO_OWNER = 'actions';
100163+
const MANIFEST_REPO_OWNER = 'Quansight-Labs';
100164100164
const MANIFEST_REPO_NAME = 'python-versions';
100165100165
const MANIFEST_REPO_BRANCH = 'main';
100166100166
exports.MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/${MANIFEST_REPO_BRANCH}/versions-manifest.json`;

src/install-python.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {IS_WINDOWS, IS_LINUX, getDownloadFileName} from './utils';
88

99
const TOKEN = core.getInput('token');
1010
const AUTH = !TOKEN ? undefined : `token ${TOKEN}`;
11-
const MANIFEST_REPO_OWNER = 'actions';
11+
const MANIFEST_REPO_OWNER = 'Quansight-Labs';
1212
const MANIFEST_REPO_NAME = 'python-versions';
1313
const MANIFEST_REPO_BRANCH = 'main';
1414
export const MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/${MANIFEST_REPO_BRANCH}/versions-manifest.json`;

0 commit comments

Comments
 (0)