From 7896460c4f2238fc3ea98fc2e638834af0db4d55 Mon Sep 17 00:00:00 2001 From: Patrick Meade Date: Tue, 9 Jul 2024 20:20:16 -0500 Subject: [PATCH] Add more output to new CI check --- .github/workflows/check_suns.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check_suns.yml b/.github/workflows/check_suns.yml index fd728029c6..371dfa7c5d 100644 --- a/.github/workflows/check_suns.yml +++ b/.github/workflows/check_suns.yml @@ -24,6 +24,9 @@ jobs: output=$(fgrep -i -r "/obj/structure/sign/poster/solgov/suns" .) if [ -n "$output" ]; then echo "Error: Found occurrences of '/obj/structure/sign/poster/solgov/suns'" + echo "" + echo "$output" + echo "" echo "Replace with one of:" echo " /obj/structure/sign/poster/contraband/free_tonto" echo " /obj/structure/sign/poster/contraband/roseusfilm1"