refactor(cmd/joj3)!: conf #51

Merged
张泊明518370910136 merged 11 commits from conf into master 2024-10-12 13:21:59 +08:00
Showing only changes of commit 40fc67a60d - Show all commits

View File

@ -13,7 +13,6 @@ import (
func Run(conf conf.Conf) error {
actions := os.Getenv("GITHUB_ACTIONS")
slog.Info("teapot start", "GITHUB_ACTIONS", actions)
if actions != "true" {
slog.Info("teapot exit", "GITHUB_ACTIONS", actions)
return nil