Skip to content

Commit 87863c8

Browse files
committed
simplify
1 parent 9b7fcb7 commit 87863c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/grails-joint-validation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Set up JDK
3737
uses: actions/setup-java@v3
3838
with:
39-
java-version: 15
40-
distribution: adopt
39+
distribution: 'adopt'
40+
java-version: '15'
4141
- name: env
4242
run: env
4343

0 commit comments

Comments
 (0)