File tree 2 files changed +2
-2
lines changed
Filter options
2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -91652,7 +91652,7 @@ const httpm = __importStar(__nccwpck_require__(6255));
91652
91652
const utils_1 = __nccwpck_require__(1314);
91653
91653
const TOKEN = core.getInput('token');
91654
91654
const AUTH = !TOKEN ? undefined : `token ${TOKEN}`;
91655
- const MANIFEST_REPO_OWNER = 'actions ';
91655
+ const MANIFEST_REPO_OWNER = 'colesbury ';
91656
91656
const MANIFEST_REPO_NAME = 'python-versions';
91657
91657
const MANIFEST_REPO_BRANCH = 'main';
91658
91658
exports.MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/${MANIFEST_REPO_BRANCH}/versions-manifest.json`;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import {IS_WINDOWS, IS_LINUX, getDownloadFileName} from './utils';
8
8
9
9
const TOKEN = core . getInput ( 'token' ) ;
10
10
const AUTH = ! TOKEN ? undefined : `token ${ TOKEN } ` ;
11
- const MANIFEST_REPO_OWNER = 'actions ' ;
11
+ const MANIFEST_REPO_OWNER = 'colesbury ' ;
12
12
const MANIFEST_REPO_NAME = 'python-versions' ;
13
13
const MANIFEST_REPO_BRANCH = 'main' ;
14
14
export const MANIFEST_URL = `https://raw.githubusercontent.com/${ MANIFEST_REPO_OWNER } /${ MANIFEST_REPO_NAME } /${ MANIFEST_REPO_BRANCH } /versions-manifest.json` ;
You can’t perform that action at this time.
0 commit comments