chore: remove log GITHUB_ACTIONS
This commit is contained in:
parent
b23c0894ea
commit
40fc67a60d
|
@ -13,7 +13,6 @@ import (
|
||||||
|
|
||||||
func Run(conf conf.Conf) error {
|
func Run(conf conf.Conf) error {
|
||||||
actions := os.Getenv("GITHUB_ACTIONS")
|
actions := os.Getenv("GITHUB_ACTIONS")
|
||||||
slog.Info("teapot start", "GITHUB_ACTIONS", actions)
|
|
||||||
if actions != "true" {
|
if actions != "true" {
|
||||||
slog.Info("teapot exit", "GITHUB_ACTIONS", actions)
|
slog.Info("teapot exit", "GITHUB_ACTIONS", actions)
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue
Block a user