From 2c22787808fae57f01c159d16d74e5d9581bb65e Mon Sep 17 00:00:00 2001 From: sheidkamp Date: Tue, 18 Feb 2025 14:31:46 -0500 Subject: [PATCH] Update slack.go --- .github/workflows/helpers/notify/slack.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helpers/notify/slack.go b/.github/workflows/helpers/notify/slack.go index 14c3c570993..f41ebcd6306 100644 --- a/.github/workflows/helpers/notify/slack.go +++ b/.github/workflows/helpers/notify/slack.go @@ -145,8 +145,9 @@ func mustSendSlackMessage(data Payload) { resp, err := netClient.Do(req) - fmt.Printf("slack response: %+v", resp) - fmt.Printf("slack StatusCode code: %v", resp.StatusCode) + fmt.Printf("\nslack response: %+v\n", resp) + fmt.Printf("\nslack StatusCode code: %v\n", resp.StatusCode) + fmt.Printf("\nslack response response: %+v\n", resp.Request) if err != nil { panic(err)