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 1aa3975 commit 570d45dCopy full SHA for 570d45d
1 file changed
.github/actions/dotnet/action.yml
@@ -16,4 +16,4 @@ runs:
16
uses: actions/setup-dotnet@v4
17
with:
18
dotnet-version: |
19
- ${{ join(fromJson(steps.dotnet.outputs.versions), '\n') }}
+ ${{ join(fromJson(steps.dotnet.outputs.versions), '\n') }}
0 commit comments