From 434fa5bb66dfd5653ee01a1341b5513611ee238a Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Fri, 13 Dec 2019 12:50:05 -0800 Subject: [PATCH 1/2] Update action.yml --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48c5ef4..bf77fde 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Setup .NET Core SDK' -description: 'Set up a specific version of the .NET Core SDK, add the command-line tools to the PATH and set up authentication to private package sources like GitHub Packages.' +description: '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 + color: green inputs: dotnet-version: description: 'SDK version to use. Example: 2.2.104' From 932d77f347c9a6edeebe69f56d165e3954cdeeb9 Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Fri, 13 Dec 2019 12:52:24 -0800 Subject: [PATCH 2/2] Update readme with description for nuget auth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9dfb7bf..328e6c4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This action sets up a [dotnet core cli](https://github.com/dotnet/cli) environme - optionally downloading and caching a version of dotnet by SDK version and adding to PATH - registering problem matchers for error output +- setting up authentication to private package sources like GitHub Packages # Usage