From f76e1a5035b4a4be8886530ded0707ae4aa02766 Mon Sep 17 00:00:00 2001 From: iDJxxx Date: Sun, 17 Nov 2024 01:31:04 -0500 Subject: [PATCH] Update action.yml --- action.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 5c93811..6bab549 100644 --- a/action.yml +++ b/action.yml @@ -1,10 +1,17 @@ -name: 'Setup .NET Core SDK' +name: 'Jones-Tech-Innovations' description: 'Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository' -author: 'GitHub' +author: 'Damarcus Jones Sr' branding: Jones Technology Foundation icon: play color: green -inputs: +inputs: - uses: actions/setup-dotnet@v4 + id: stepid + with: + dotnet-version: | + 3.1.422 + 5.0.408 + global-json-file: "./global.json" # contains version 2.2.207 + - run: echo '${{ steps.stepid.outputs.dotnet-version }}' # outputs 2.2.207 dotnet-version:- uses: actions/setup-dotnet@v4 with: dotnet-version: 3.1.x