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 cad3ea6 commit 2d3212eCopy full SHA for 2d3212e
ee/cli/pkg/drift/github_issue.go
@@ -13,6 +13,7 @@ type GithubIssueNotification struct {
13
}
14
15
func (ghi GithubIssueNotification) Send(projectName string, plan string) error {
16
+ log.Printf("Info: Sending drift notification regarding project: %v", projectName)
17
title := fmt.Sprintf("Drift detected in project: %v", projectName)
18
message := fmt.Sprintf(":bangbang: Drift detected in digger project %v details below: \n\n```\n%v\n```", projectName, plan)
19
existingIssues, err := (*ghi.GithubService).ListIssues()
0 commit comments