Skip to content

Commit 9f0aeed

Browse files
committed
Use 'colesbury' repo
1 parent eb2a653 commit 9f0aeed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/setup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91652,7 +91652,7 @@ const httpm = __importStar(__nccwpck_require__(6255));
9165291652
const utils_1 = __nccwpck_require__(1314);
9165391653
const TOKEN = core.getInput('token');
9165491654
const AUTH = !TOKEN ? undefined : `token ${TOKEN}`;
91655-
const MANIFEST_REPO_OWNER = 'actions';
91655+
const MANIFEST_REPO_OWNER = 'colesbury';
9165691656
const MANIFEST_REPO_NAME = 'python-versions';
9165791657
const MANIFEST_REPO_BRANCH = 'main';
9165891658
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 = 'colesbury';
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)