This commit is contained in:
dm 2024-08-12 16:09:31 +08:00
parent f878e4a337
commit 93510a9c73
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,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)