From fff2c36f1ef0be210944484312b1be88918c1397 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sun, 24 Apr 2022 14:12:08 +0530 Subject: [PATCH] [ci-skip] Add grouping for GitHub Actions logs --- fetch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetch.sh b/fetch.sh index 976ee0a..5c2f5b0 100755 --- a/fetch.sh +++ b/fetch.sh @@ -49,7 +49,9 @@ function fetch_class() { for i in A B E F 9; do total=$(fetch_total_pages "IN$i") + echo "::group::IN$i (Total=$total)" fetch_class "IN$i" $total + echo "::endgroup::" done sem --wait \ No newline at end of file