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."