From 83a541b464c0c4408aa98e64ae163b2aff8e2051 Mon Sep 17 00:00:00 2001 From: whywaita Date: Fri, 6 Dec 2024 11:19:53 +0900 Subject: [PATCH] Fix a html_url --- pkg/metric/scrape_github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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