We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3212e commit a4f6228Copy full SHA for a4f6228
ee/cli/pkg/drift/github_issue.go
@@ -27,7 +27,7 @@ func (ghi GithubIssueNotification) Send(projectName string, plan string) error {
27
})
28
if exists {
29
log.Printf("Issue found: %v", theIssue)
30
- _, err := (*ghi.GithubService).UpdateIssue(theIssue.ID, theIssue.Title, theIssue.Body)
+ _, err := (*ghi.GithubService).UpdateIssue(theIssue.ID, theIssue.Title, message)
31
if err != nil {
32
log.Printf("error while updating issue: %v", err)
33
}
0 commit comments