diff --git a/main.go b/main.go index 1eefaef..cf2cb1e 100644 --- a/main.go +++ b/main.go @@ -11,5 +11,5 @@ func main() { username := gha.GetInput("username") fmt.Printf("username is %s\n", username) - gha.SetOutput("time", time.Now().Format("2006-01-02 15:04:05")) + gha.SetOutput("time", time.Now().Format("2024-01-02 15:04:05")) }