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

This commit is contained in:
dm 2024-08-13 09:26:15 +08:00
parent 57b0c4d296
commit 7b5be2d07d
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ func main() {
} }
} }
func readInputs() string { func readInputs() string {
username := os.Getenv("INPUT_USERNAME") username := os.Getenv("INPUT_USERNAME")
return username return username