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 d75b6a9 commit 597ba04Copy full SHA for 597ba04
.github/workflows/dotnet.yml
@@ -13,7 +13,7 @@ concurrency: ${{ github.ref }}
13
14
jobs:
15
build:
16
- name: Build with .NET ${{ env.DOTNET_VERSION }}
+ name: Build with .NET ${{ DOTNET_VERSION }}
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v3
0 commit comments