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 e847372 commit e4c0ffcCopy full SHA for e4c0ffc
main.go
@@ -75,6 +75,8 @@ func main() {
75
}
76
77
func process(diff discovery.Diff[string]) {
78
+ log.Dev("Received diff: ", diff)
79
+
80
if len(diff.Added) <= 0 && len(diff.Removed) <= 0 {
81
log.Info("No changes detected, skipping...")
82
return
0 commit comments