From 17a9e32c71df39eebfa460b7aa1f835c0f0b6c1b Mon Sep 17 00:00:00 2001 From: La'Kaleigh Harris <35268101+Xlient@users.noreply.github.com> Date: Wed, 27 Oct 2021 18:26:32 +0000 Subject: [PATCH] fix spacing in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 99a31a3..596ee2d 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ branding: inputs: dotnet-version: description: 'Optional SDK version to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x' - dotnet-version: + dotnet-versions: description: 'Optional SDK versions to use. If not provided, action will use dotnet-version or will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x' 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'