fix
All checks were successful
Test Go Action / use-go-action (push) Successful in 1m52s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 29s

This commit is contained in:
vitaliy 2024-12-26 12:35:03 +03:00
parent 0a3ed4fdae
commit e4656b11be

View File

@ -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"))
}