test16
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s Details

This commit is contained in:
dm 2024-08-13 09:28:33 +08:00
parent 7b5be2d07d
commit 4bc5a281a3
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import (
"time" "time"
) )
func main() { func main() {
username := readInputs() username := readInputs()
fmt.Printf("username is %s\n", username) fmt.Printf("username is %s\n", username)