Skip to content

Commit 4287d60

Browse files
committed
Update action.yml
1 parent 773452c commit 4287d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ runs:
1717
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: |
20-
${{ steps.dotnet.outputs.versions }}
20+
${{ join(split(steps.dotnet.outputs.versions, ','), '\n') }}

0 commit comments

Comments
 (0)