From 8bc89442419b359810c7de6669d8ae8a4e7a9b9c Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:21:16 +0530 Subject: [PATCH] Update install-python.ts --- src/install-python.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install-python.ts b/src/install-python.ts index 3abdfde..6c2c805 100644 --- a/src/install-python.ts +++ b/src/install-python.ts @@ -8,9 +8,9 @@ import {IS_WINDOWS, IS_LINUX} from './utils'; const TOKEN = core.getInput('token'); const AUTH = !TOKEN ? undefined : `token ${TOKEN}`; -const MANIFEST_REPO_OWNER = 'actions'; +const MANIFEST_REPO_OWNER = 'aparnajyothi-y'; const MANIFEST_REPO_NAME = 'python-versions'; -const MANIFEST_REPO_BRANCH = 'main'; +const MANIFEST_REPO_BRANCH = 'testensure'; export const MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/${MANIFEST_REPO_BRANCH}/versions-manifest.json`; export async function findReleaseFromManifest(