Skip to content

Commit dbddd11

Browse files
committed
change ghinstallation to v2, change config path
1 parent e617e22 commit dbddd11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: pkg/metrics/metrics.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ package metrics
33
import (
44
"context"
55
"fmt"
6-
"github-actions-exporter/pkg/config"
76
"log"
87
"net/http"
98
"net/url"
109
"strings"
1110

12-
"github.com/bradleyfalzon/ghinstallation"
11+
"github.com/spendesk/github-actions-exporter/pkg/config"
12+
13+
"github.com/bradleyfalzon/ghinstallation/v2"
1314
"github.com/die-net/lrucache"
1415
"github.com/google/go-github/v45/github"
1516
"github.com/gregjones/httpcache"

0 commit comments

Comments
 (0)