Update action.yml

This commit is contained in:
Zachary Eisinger 2019-12-13 12:50:05 -08:00 committed by GitHub
parent 45d3fa9f89
commit 434fa5bb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: 'Setup .NET Core SDK' 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' author: 'GitHub'
branding:
icon: play
color: green
inputs: inputs:
dotnet-version: dotnet-version:
description: 'SDK version to use. Example: 2.2.104' description: 'SDK version to use. Example: 2.2.104'