diff --git a/action.yml b/action.yml index 9ea13bb..adc3afe 100644 --- a/action.yml +++ b/action.yml @@ -3,10 +3,10 @@ description: 'Setup a Node.js environment and add it to the PATH, additionally p author: 'GitHub' inputs: version: - description: 'Version range or exact version of a Python version to use, using semver's version range syntax.' + description: 'Version range or exact version of a Python version to use, using semvers version range syntax.' default: '3.x' architecture: description: 'The target architecture (x86, x64) of the Python interpreter.' runs: using: 'node' - main: 'lib/setup-python.js' \ No newline at end of file + main: 'lib/setup-python.js'