From dad789954ff4d46516f59e690d25faae9f4839bb Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 6 Jan 2024 22:08:29 +0100 Subject: [PATCH] Trying Stuff --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index bfc2733..0443d6a 100644 --- a/main.go +++ b/main.go @@ -10,6 +10,7 @@ import ( "os" "path/filepath" "strings" + "time" "github.com/sethvargo/go-githubactions" ) @@ -112,6 +113,8 @@ func main() { } }() + time.Sleep(10 * time.Second) + githubactions.Infof("Calling node API") client := &http.Client{} res, err := client.Do(req)