From 736c77b72f1e3ac00931e585e7254e3f3053f685 Mon Sep 17 00:00:00 2001 From: GolanTrevize10 <25170481+GolanTrevize10@users.noreply.github.com> Date: Fri, 15 Aug 2025 17:48:27 +0200 Subject: [PATCH] Fixed input description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 78e2a231..c268dc34 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ inputs: 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//" + 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 //" outputs: python-version: description: "The installed Python or PyPy version. Useful when given a version range as input."