Fixed input description

This commit is contained in:
GolanTrevize10 2025-08-15 17:48:27 +02:00 committed by GitHub
parent 825358b22b
commit 736c77b72f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <python_download_base_url>/actions/python-versions/releases/<release version>/<python version tar file>"
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 <python_download_base_url>/<release version>/<python version tar file>"
outputs:
python-version:
description: "The installed Python or PyPy version. Useful when given a version range as input."