From d2dd15a2babd17a58892e0013547d3506e20566c Mon Sep 17 00:00:00 2001 From: GolanTrevize10 <25170481+GolanTrevize10@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:42:35 +0200 Subject: [PATCH] Added new input --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index e469b7b2..86cdaf02 100644 --- a/action.yml +++ b/action.yml @@ -31,6 +31,8 @@ inputs: default: false pip-version: description: "Used to specify the version of pip to install with the Python. Supported format: major[.minor][.patch]." + python_download_base_url: + description: "Used to specify an alternative base URL to download the python releases instead of github.com. The Action will try to download the python releases from /actions/python-versions/releases// outputs: python-version: description: "The installed Python or PyPy version. Useful when given a version range as input."