From 3f09721635061b3abdfabd711529a25154362385 Mon Sep 17 00:00:00 2001 From: mccoy-a11 <153486664+mccoy-a11@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:25:01 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 991c782..e077e9c 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Used to build and publish .NET source. Set up a specific version o author: 'GitHub' branding: icon: play - color: green + color: blue inputs: dotnet-version: description: 'Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x, 3.x, 6.0.2xx'