From 898931d028bf4f89c30e20879df2a7735af2e5f3 Mon Sep 17 00:00:00 2001 From: MoHd FaDzIL MoHaMmAd Date: Wed, 11 Aug 2021 11:04:13 +0800 Subject: [PATCH] Revert "Rework action description" --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 635e9d8..30b863f 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 and authentication to private NuGet repository' +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' author: 'GitHub' branding: icon: play