Skip to content

Commit f4b126f

Browse files
committed
Silence curl invocation
1 parent 1f901e0 commit f4b126f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
shell: bash
9292
run: |
9393
if [[ "$DOWNLOAD_JAR" == "true" ]]; then
94-
curl -L -o "$JAR_PATH" "https://github.com/donnerbart/split-tests-java/releases/latest/download/split-tests-java.jar"
94+
curl -s -L -o "$JAR_PATH" "https://github.com/donnerbart/split-tests-java/releases/latest/download/split-tests-java.jar"
9595
fi
9696
- name: Split tests
9797
id: split-tests-java

0 commit comments

Comments
 (0)