chore(healthcheck): log teapot check env
This commit is contained in:
parent
536dae6350
commit
c2bb81ee3d
|
@ -68,6 +68,7 @@ func init() {
|
||||||
func prepareTeapotCheck() (
|
func prepareTeapotCheck() (
|
||||||
confObj *conf.Conf, groups []string, actor, repoName string, err error,
|
confObj *conf.Conf, groups []string, actor, repoName string, err error,
|
||||||
) {
|
) {
|
||||||
|
slog.Debug("teapot check prepare start", "env", os.Environ())
|
||||||
actor = os.Getenv("GITHUB_ACTOR")
|
actor = os.Getenv("GITHUB_ACTOR")
|
||||||
repository := os.Getenv("GITHUB_REPOSITORY")
|
repository := os.Getenv("GITHUB_REPOSITORY")
|
||||||
if actor == "" ||
|
if actor == "" ||
|
||||||
|
|
Loading…
Reference in New Issue
Block a user