chore: remove log GITHUB_ACTIONS
All checks were successful
build / build (push) Successful in 1m7s
build / build (pull_request) Successful in 1m7s
build / trigger-build-image (push) Has been skipped
build / trigger-build-image (pull_request) Has been skipped

This commit is contained in:
张泊明518370910136 2024-10-12 01:07:46 -04:00
parent b23c0894ea
commit 40fc67a60d
GPG Key ID: D47306D7062CDA9D

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