diff --git a/pkg/metric/scrape_github.go b/pkg/metric/scrape_github.go index 67e910e..c34d437 100644 --- a/pkg/metric/scrape_github.go +++ b/pkg/metric/scrape_github.go @@ -113,7 +113,7 @@ func scrapeInstallation(ctx context.Context, ch chan<- prometheus.Metric) error installation.GetAccount().GetType(), installation.GetTargetType(), installation.GetRepositorySelection(), - installation.GetHTMLURL(), + installation.GetAccount().GetHTMLURL(), ) } return nil