Skip to content

Commit

Permalink
Update action.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanZosimov committed Jul 13, 2022
1 parent 746f28a commit 09086cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Set up a specific version of Python and add the command-line tools
author: 'GitHub'
inputs:
python-version:
description: "Version range or exact version of Python to use, using SemVer's version range syntax. Reads from .python-version if unset."
description: "Version range or exact version of Python to use, using SemVer's version range syntax."
python-version-file:
description: "File containing the Python version to use. Example: .python-version"
cache:
Expand All @@ -22,7 +22,7 @@ inputs:
default: true
outputs:
python-version:
description: "The installed python version. Useful when given a version range as input."
description: "The installed Python version. Useful when given a version range as input."
cache-hit:
description: 'A boolean value to indicate a cache entry was found'
python-path:
Expand Down

0 comments on commit 09086cc

Please sign in to comment.