From d9257f0c3a2decfd2397d4b0e80e8a8035aaaf14 Mon Sep 17 00:00:00 2001 From: Keewis Date: Sun, 24 Jan 2021 17:25:18 +0100 Subject: [PATCH] don't create the skipped the commit fetching group --- script.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script.sh b/script.sh index c98175a..8765f6b 100644 --- a/script.sh +++ b/script.sh @@ -2,8 +2,7 @@ event_name="$1" keyword="$2" -echo "::group::fetch a sufficient number of commits" -echo "skipped" +# echo "::group::fetch a sufficient number of commits" # git log -n 5 2>&1 # if [[ "$event_name" == "pull_request" ]]; then # ref=$(git log -1 --format='%H') @@ -14,7 +13,7 @@ echo "skipped" # echo "nothing to do." # fi # git log -n 5 2>&1 -echo "::endgroup::" +# echo "::endgroup::" echo "::group::extracting the commit message" echo "event name: $event_name"