From 6588bd2d45d7f95ba23bc55205d84b167a40de3a Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 6 Jan 2024 22:17:41 +0100 Subject: [PATCH] Remove sleep --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index 06d28b4..ee643e5 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,6 @@ import ( "os" "path/filepath" "strings" - "time" "github.com/sethvargo/go-githubactions" ) @@ -108,8 +107,6 @@ func main() { } }() - time.Sleep(10 * time.Second) - githubactions.Infof("Calling node API") client := &http.Client{} res, err := client.Do(req)