Skip to content

Commit

Permalink
fix: invalid yaml indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkallesen committed Apr 5, 2024
1 parent 3b0710d commit 85ca6b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/post-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85ca6b8

Please sign in to comment.