refactor(cmd/joj3)!: conf #51
| 
						 | 
					@ -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