We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af52942 commit 52a24d4Copy full SHA for 52a24d4
1 file changed
content/actions/guides/building-and-testing-net.md
@@ -48,7 +48,7 @@ jobs:
48
49
steps:
50
- uses: actions/checkout@v2
51
- - name: Setup .NET Core SDK ${{ matrix.dotnet }}
+ - name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
52
uses: actions/setup-dotnet@v1.7.2
53
with:
54
dotnet-version: ${{ matrix.dotnet-version }}
0 commit comments