Skip to content

Commit

Permalink
Update install-python.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HarithaVattikuti authored Nov 19, 2024
1 parent 55aad42 commit c3012ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install-python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {IS_WINDOWS, IS_LINUX, getDownloadFileName} from './utils';

const TOKEN = core.getInput('token');
const AUTH = !TOKEN ? undefined : `token ${TOKEN}`;
const MANIFEST_REPO_OWNER = 'actions';
const MANIFEST_REPO_OWNER = 'HarithaVattikuti';
const MANIFEST_REPO_NAME = 'python-versions';
const MANIFEST_REPO_BRANCH = 'main';
export const MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/${MANIFEST_REPO_BRANCH}/versions-manifest.json`;
Expand Down

0 comments on commit c3012ed

Please sign in to comment.