From 4f72cbc6218ab89f35becfcac64d4c40e5a99495 Mon Sep 17 00:00:00 2001 From: Brian Cristante Date: Fri, 27 Dec 2019 13:15:28 -0500 Subject: [PATCH] Fix quotes --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6552f3c..e600a06 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ description: 'Set up a specific version of Python and add the command-line tools author: 'GitHub' inputs: 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' architecture: description: 'The target architecture (x86, x64) of the Python interpreter.'