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)