Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f0aeed

Browse filesBrowse files
committed
Use 'colesbury' repo
1 parent eb2a653 commit 9f0aeed
Copy full SHA for 9f0aeed

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎dist/setup/index.js

Copy file name to clipboardExpand all lines: dist/setup/index.js
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/install-python.ts
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.