diff --git a/cmd/repo-health-checker/main.go b/cmd/repo-health-checker/main.go index 64e9230..7132642 100644 --- a/cmd/repo-health-checker/main.go +++ b/cmd/repo-health-checker/main.go @@ -68,6 +68,7 @@ func init() { func prepareTeapotCheck() ( confObj *conf.Conf, groups []string, actor, repoName string, err error, ) { + slog.Debug("teapot check prepare start", "env", os.Environ()) actor = os.Getenv("GITHUB_ACTOR") repository := os.Getenv("GITHUB_REPOSITORY") if actor == "" ||