From d62c876481dacc20473f952d479eed3332cfd6ca Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Mon, 28 Jun 2021 13:20:36 +0300 Subject: [PATCH] Rework action description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 30b863f..635e9d8 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Setup .NET Core SDK' -description: 'Used to build and publish .NET source. Set up a specific version of the .NET Core CLI in the PATH and set up authentication to a private NuGet repository' +description: 'Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository' author: 'GitHub' branding: icon: play