File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: 'Set up a specific version of Python and add the command-line tools
44author : ' GitHub'
55inputs :
66 python-version :
7- description : " Version range or exact version of Python to use, using SemVer's version range syntax. Reads from .python-version if unset. "
7+ description : " Version range or exact version of Python to use, using SemVer's version range syntax."
88 python-version-file :
99 description : " File containing the Python version to use. Example: .python-version"
1010 cache :
@@ -22,7 +22,7 @@ inputs:
2222 default : true
2323outputs :
2424 python-version :
25- description : " The installed python version. Useful when given a version range as input."
25+ description : " The installed Python version. Useful when given a version range as input."
2626 cache-hit :
2727 description : ' A boolean value to indicate a cache entry was found'
2828 python-path :
You can’t perform that action at this time.
0 commit comments