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 773452c commit 4287d60Copy full SHA for 4287d60
1 file changed
.github/actions/dotnet/action.yml
@@ -17,4 +17,4 @@ runs:
17
uses: actions/setup-dotnet@v4
18
with:
19
dotnet-version: |
20
- ${{ steps.dotnet.outputs.versions }}
+ ${{ join(split(steps.dotnet.outputs.versions, ','), '\n') }}
0 commit comments