From 85ca6b85c17d39af745abfb680f474edc522e038 Mon Sep 17 00:00:00 2001 From: David Kallesen Date: Fri, 5 Apr 2024 11:22:10 +0200 Subject: [PATCH] fix: invalid yaml indenting --- .github/workflows/post-integration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/post-integration.yml b/.github/workflows/post-integration.yml index 6251557..eb046f9 100644 --- a/.github/workflows/post-integration.yml +++ b/.github/workflows/post-integration.yml @@ -36,10 +36,10 @@ jobs: dotnet-version: '8.0.x' - name: ⚙️ Set up JDK 17 - uses: actions/setup-java@v3 - with: - java-version: 17 - distribution: 'zulu' + uses: actions/setup-java@v3 + with: + java-version: 17 + distribution: 'zulu' - name: 🧹 Clean run: dotnet clean -c Release && dotnet nuget locals all --clear