1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 08:36:42 +00:00

Strings can't have '

This commit is contained in:
Danny McCormick 2019-07-03 13:13:25 -04:00 committed by GitHub
parent c7ad7b432d
commit b96ef7391c
Signed by: GitHub
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 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'
main: 'lib/setup-python.js'