Skip to content

Commit 09086cc

Browse files
author
IvanZosimov
committed
Update action.yml file
1 parent 746f28a commit 09086cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Set up a specific version of Python and add the command-line tools
44
author: 'GitHub'
55
inputs:
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
2323
outputs:
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:

0 commit comments

Comments
 (0)