mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 14:48:36 +00:00
Fix quotes
This commit is contained in:
parent
c63dffb056
commit
4f72cbc621
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ description: 'Set up a specific version of Python and add the command-line tools
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
python-version:
|
python-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'
|
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.'
|
||||||
|
|
Loading…
Reference in a new issue