From 5611520d54905ead103c2360fa27c84e9ebf1456 Mon Sep 17 00:00:00 2001 From: Falco Peijnenburg Date: Wed, 20 Mar 2024 22:19:23 +0100 Subject: [PATCH] Debug commit --- .github/scripts/check-modified-subtree.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/check-modified-subtree.sh b/.github/scripts/check-modified-subtree.sh index 8b2983fae..7330d595d 100755 --- a/.github/scripts/check-modified-subtree.sh +++ b/.github/scripts/check-modified-subtree.sh @@ -72,6 +72,7 @@ function check { info=${info//\{project\}/$name} info=${info//\{files\}/$matched} + echo "Echoing $info to $GITHUB_STEP_SUMMARY" echo "$info" >> "$GITHUB_STEP_SUMMARY" failed=true