misc: feedback fixes

This commit is contained in:
Kat Marchán
2019-11-15 14:56:40 -08:00
parent 9c64b4665d
commit 0acaf5106f
2 changed files with 2 additions and 2 deletions

View File

@@ -18,5 +18,5 @@ jobs:
- uses: ./
with:
nuget-version: ${{ matrix.nuget-version }}
nuget-api-key: 4003d786-cc37-4004-bfdf-c4f3e8ef9b3a
nuget-api-key: ${{ secrets.NuGetAPIKey }}
- run: nuget

View File

@@ -1,5 +1,5 @@
name: 'Setup NuGet.exe'
description: 'Official NuGet.exe setup action.'
description: 'Official NuGet.exe setup action that supports cross-platform installation of specific NuGet.exe versions.'
author: 'Microsoft'
inputs:
nuget-version: