8000 2021-01-12 Update: Fixed GitHub Actions config · fartem/codewars-java@9dd3630 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dd3630

Browse files
authored
2021-01-12 Update: Fixed GitHub Actions config
1 parent 626c9cf commit 9dd3630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
java-version: 1.8
2121
- name: Print Java version
22-
uses: java -version
22+
run: java -version
2323
- name: Build with Gradle
2424
run: ./gradlew build --info

0 commit comments

Comments
 (0)
0