diff --git a/main.go b/main.go index 1eefaef..88206cf 100644 --- a/main.go +++ b/main.go @@ -8,6 +8,7 @@ import ( ) func main() { + username := gha.GetInput("username") fmt.Printf("username is %s\n", username)