mirror of
https://github.com/NuGet/setup-nuget.git
synced 2025-12-06 07:48:23 +08:00
misc: feedback fixes
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user