From 9bd473725236b4b461ed8f690a90baaa5f8fcee9 Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Mon, 18 Apr 2022 08:16:56 -0400 Subject: [PATCH] fix typo in global-json-file description Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b81aa4d..3c0ecb0 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: dotnet-version: description: 'Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x' global-json-file: - description: 'Optional global.json location, if your global.json it''t located in the root of the repo.' + description: 'Optional global.json location, if your global.json isn''t located in the root of the repo.' source-url: description: 'Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword' owner: