mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 14:48:36 +00:00
Strings can't have '
This commit is contained in:
parent
c7ad7b432d
commit
b96ef7391c
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ description: 'Setup a Node.js environment and add it to the PATH, additionally p
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
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'
|
default: '3.x'
|
||||||
architecture:
|
architecture:
|
||||||
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
||||||
runs:
|
runs:
|
||||||
using: 'node'
|
using: 'node'
|
||||||
main: 'lib/setup-python.js'
|
main: 'lib/setup-python.js'
|
||||||
|
|
Loading…
Reference in a new issue