Skip to content

Commit 85ca6b8

Browse files
committed
fix: invalid yaml indenting
1 parent 3b0710d commit 85ca6b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/post-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
dotnet-version: '8.0.x'
3737

3838
- name: ⚙️ Set up JDK 17
39-
uses: actions/setup-java@v3
40-
with:
41-
java-version: 17
42-
distribution: 'zulu'
39+
uses: actions/setup-java@v3
40+
with:
41+
java-version: 17
42+
distribution: 'zulu'
4343

4444
- name: 🧹 Clean
4545
run: dotnet clean -c Release && dotnet nuget locals all --clear

0 commit comments

Comments
 (0)