From 2591b90c282bb0bd8c0dbece6ef09b86b456ef3e Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Mon, 14 Feb 2022 23:46:25 +0200 Subject: [PATCH] Remove unnecessary echo from draft a release --- .github/actions/gitlog/gitlog.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/gitlog/gitlog.sh b/.github/actions/gitlog/gitlog.sh index 71fd72e5..300d6f05 100755 --- a/.github/actions/gitlog/gitlog.sh +++ b/.github/actions/gitlog/gitlog.sh @@ -45,4 +45,3 @@ done if [[ "$output_file" != "" ]]; then echo -e "$log" > "$output_file" fi -echo -e "$log" \ No newline at end of file