Skip to content

Commit 1aa3975

Browse files
committed
Update action.yml
1 parent 5a2e8fd commit 1aa3975

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/dotnet/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ runs:
1515
if: steps.dotnet.outputs.versions != ''
1616
uses: actions/setup-dotnet@v4
1717
with:
18-
dotnet-version: ${{ steps.dotnet.outputs.versions }}
18+
dotnet-version: |
19+
${{ join(fromJson(steps.dotnet.outputs.versions), '\n') }}

0 commit comments

Comments
 (0)