„.gitea/workflows/test.yaml“ ändern
Some checks failed
build (7.0.x)

Test full path to action
This commit is contained in:
Holger Börchers 2023-03-27 22:00:29 +02:00
parent 015b0c5183
commit be20895b0f

View File

@ -11,7 +11,7 @@ jobs:
dotnet-version: [ '7.0.x' ]
steps:
- uses: actions/checkout@v3
- uses: https://github.com/actions/checkout@v3
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3
with: