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 88c5ce7 commit 3f2094eCopy full SHA for 3f2094e
.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