Update action.yml

This commit is contained in:
Chris Patterson 2019-06-28 09:41:41 -04:00 committed by GitHub
parent c7ad7b432d
commit b2fb285d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 semver''s 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'
main: 'lib/setup-python.js'