E55D Fix quotes · simonw/setup-python@4f72cbc · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f72cbc

Browse files
committed
Fix quotes
1 parent c63dffb commit 4f72cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Set up a specific version of Python and add the command-line tools
44
author: 'GitHub'
55
inputs:
66
python-version:
7-
description: 'Version range or exact version of a Python version to use, using SemVer's version range syntax.'
7+
description: "Version range or exact version of a Python version to use, using SemVer's version range syntax."
88
default: '3.x'
99
architecture:
1010
description: 'The target architecture (x86, x64) of the Python interpreter.'

0 commit comments

Comments
 (0)
0