fix
This commit is contained in:
parent
0a3ed4fdae
commit
e4656b11be
2
main.go
2
main.go
@ -11,5 +11,5 @@ func main() {
|
|||||||
username := gha.GetInput("username")
|
username := gha.GetInput("username")
|
||||||
fmt.Printf("username is %s\n", 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"))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user