Skip to content

Commit

Permalink
Update slack.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sheidkamp committed Feb 18, 2025
1 parent 61eb8c4 commit 2c22787
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helpers/notify/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2c22787

Please sign in to comment.