Skip to content

Commit 334d8ef

Browse files
authored
Fix indentation
1 parent a0d6680 commit 334d8ef

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@master
1919
- name: Determine Java version
20-
id: java_version
21-
run: |
22-
if [[ "${{ matrix.base-image-tag }}" == *"-buster" ]] || [[ "${{ matrix.base-image-tag }}" == *"-bullseye" ]]; then
23-
echo "::set-output name=version::11"
24-
else
25-
echo "::set-output name=version::17"
26-
fi
20+
id: java_version
21+
run: |
22+
if [[ "${{ matrix.base-image-tag }}" == *"-buster" ]] || [[ "${{ matrix.base-image-tag }}" == *"-bullseye" ]]; then
23+
echo "::set-output name=version::11"
24+
else
25+
echo "::set-output name=version::17"
26+
fi
2727
- name: Test
2828
run: |
2929
chmod +x runTests.sh && ./runTests.sh ${{ matrix.base-image-tag }} ${{ steps.java_version.outputs.version }}

0 commit comments

Comments
 (0)