Improve error message

This commit is contained in:
“gowridurgad” 2025-09-17 11:59:15 +05:30
parent 9bfc313c8c
commit cb37554d28
6 changed files with 10 additions and 10 deletions

View file

@ -31,8 +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]."
pip-install:
description: "Used to specify the packages to install with pip after setting up Python. Can be a requirements file or package names."
pip-install:
description: "Used to specify the packages to install with pip after setting up Python. Can be a requirements file or package names."
outputs:
python-version:
description: "The installed Python or PyPy version. Useful when given a version range as input."