From 66a2194d64527a782c34f0e4b1581ef152137d08 Mon Sep 17 00:00:00 2001 From: GolanTrevize10 <25170481+GolanTrevize10@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:46:49 +0200 Subject: [PATCH] Added missing quote --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 86cdaf02..78e2a231 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 /actions/python-versions/releases//" outputs: python-version: description: "The installed Python or PyPy version. Useful when given a version range as input."