Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b4bb1d

Browse files
authored
Update dotnet-nuget-build-multi-sdk.yml
1 parent efdb984 commit 9b4bb1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-nuget-build-multi-sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
type: string
1111
default: 'Release'
1212
description: 'The build configuration. Eg debug/release'
13-
dotnet_sdks:
13+
dotnet-sdks:
1414
required: true
1515
type: string
16-
description: 'JSON array of .NET SDK versions to set up, e.g. ["6.0", "7.0", "8.0"]'
16+
description: 'JSON array of .NET SDK versions to set up.'
1717
secrets:
1818
NUGET_API_KEY:
1919
required: true
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Multiple .NET SDKs
3535
uses: actions/setup-dotnet@v4
3636
with:
37-
dotnet-version: ${{ fromJSON(inputs.dotnet_sdks) }}
37+
dotnet-version: ${{ inputs.dotnet-versions }}
3838

3939
- name: Restore dependencies
4040
run: dotnet restore

0 commit comments

Comments
 (0)