fix: Add double string
This commit is contained in:
parent
e4656b11be
commit
c793b801bf
1
main.go
1
main.go
@ -10,6 +10,7 @@ import (
|
|||||||
func main() {
|
func main() {
|
||||||
username := gha.GetInput("username")
|
username := gha.GetInput("username")
|
||||||
fmt.Printf("username is %s\n", username)
|
fmt.Printf("username is %s\n", username)
|
||||||
|
fmt.Printf("username is %s\n", username)
|
||||||
|
|
||||||
gha.SetOutput("time", time.Now().Format("2024-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