We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d74c0 commit 8bc8944Copy full SHA for 8bc8944
src/install-python.ts
@@ -8,9 +8,9 @@ import {IS_WINDOWS, IS_LINUX} from './utils';
8
9
const TOKEN = core.getInput('token');
10
const AUTH = !TOKEN ? undefined : `token ${TOKEN}`;
11
-const MANIFEST_REPO_OWNER = 'actions';
+const MANIFEST_REPO_OWNER = 'aparnajyothi-y';
12
const MANIFEST_REPO_NAME = 'python-versions';
13
-const MANIFEST_REPO_BRANCH = 'main';
+const MANIFEST_REPO_BRANCH = 'testensure';
14
export const MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/${MANIFEST_REPO_BRANCH}/versions-manifest.json`;
15
16
export async function findReleaseFromManifest(
0 commit comments