From 00e970a9a7cec797d9745694fbd80637bc78c02a Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 11 Nov 2019 10:49:40 -0600 Subject: [PATCH] Update description (#51) --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index f0701f2..b67f032 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,9 @@ -name: 'Setup Dotnet environment' -description: 'Setup a Dotnet environment and add it to the PATH, additionally providing proxy support' +name: 'Setup .NET Core SDK' +description: 'Set up a specific version of the .NET Core SDK and add the command-line tools to the PATH' author: 'GitHub' inputs: dotnet-version: - description: 'SDK version to use. E.g. 2.2.104' + description: 'SDK version to use. Example: 2.2.104' # Deprecated option, do not use. Will not be supported after October 1, 2019 version: description: 'Deprecated. Use dotnet-version instead. Will not be supported after October 1, 2019'