We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26a7e84 + 912c472 commit 39dd150Copy full SHA for 39dd150
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