update workflow.yml & actions.yml

This commit is contained in:
La'Kaleigh Harris 2021-11-03 16:20:06 +00:00 committed by GitHub
parent 1745ec626e
commit d6cc9fbe4c
2 changed files with 1 additions and 3 deletions

View File

@ -48,7 +48,7 @@ jobs:
- name: Setup dotnet 2.2.402 and 3.1.404
uses: ./
with:
dotnet-versions: |
dotnet-version: |
2.2.402
3.1.404
- name: Verify dotnet

View File

@ -7,8 +7,6 @@ branding:
inputs:
dotnet-version:
description: 'Optional SDK version to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x'
dotnet-versions:
description: 'Optional SDK versions to use. If not provided, action will use dotnet-version or will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x'
source-url:
description: 'Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword'
owner: