From dd9ada314c874bbf564fdcd07dadbfca3d0f23c6 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Tue, 22 Jun 2021 10:57:55 -0700 Subject: [PATCH] Update description for action Fixes #209 by adding a few more terms for search discoverability --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ab0fe9eb6..30b863f3c 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Setup .NET Core SDK' -description: '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 Core CLI in the PATH and set up authentication to a private NuGet repository' author: 'GitHub' branding: icon: play