Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnielss authored Oct 2, 2024
1 parent b927beb commit 67bbaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ func main() {
// Send the Markdown table as a note to GitLab
err = sendGitLabNote(*url, markdown, *projectID, *mergeRequestID, *gitlabToken)
if err != nil {
log.Fatalf("Failed to send note to GitLab")
log.Fatalf("Failed to send note to GitLab: %v", err)
}
}

0 comments on commit 67bbaa9

Please sign in to comment.