From 83978342d2b8192b4362cc765e5f35e4494c8d66 Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Mon, 29 Jul 2024 08:47:41 +0200 Subject: [PATCH] Add an echo to help understand what is going on --- .github/workflows/scripts/changelog-combine.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scripts/changelog-combine.sh b/.github/workflows/scripts/changelog-combine.sh index 8de28e2cb6..a1926560dd 100755 --- a/.github/workflows/scripts/changelog-combine.sh +++ b/.github/workflows/scripts/changelog-combine.sh @@ -123,6 +123,8 @@ if [ "$1" ]; then output="$1.md" fi +echo "Writing output to: $output" + rm -f "$output" # Add the initial header