diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 3e4b811..b62f3af 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -9,7 +9,7 @@ jobs: - uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/setup-dotnet@v4 with: - dotnet-version:'8.x' + dotnet-version: '8.x' - name: "Run dotnet restore" run: dotnet restore - name: "Run dotnet build"