We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2e8fd commit 1aa3975Copy full SHA for 1aa3975
1 file changed
.github/actions/dotnet/action.yml
@@ -15,4 +15,5 @@ runs:
15
if: steps.dotnet.outputs.versions != ''
16
uses: actions/setup-dotnet@v4
17
with:
18
- dotnet-version: ${{ steps.dotnet.outputs.versions }}
+ dotnet-version: |
19
+ ${{ join(fromJson(steps.dotnet.outputs.versions), '\n') }}
0 commit comments