From 1b4b40738c295422fc3a7cc389a54319b5884851 Mon Sep 17 00:00:00 2001 From: Ryan Albert <42415738+ryan-timothy-albert@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:12:21 +0000 Subject: [PATCH] Revert "feat: error message in github actions log proxy" --- internal/actions/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/actions/log.go b/internal/actions/log.go index 15db3188..4b0afc35 100644 --- a/internal/actions/log.go +++ b/internal/actions/log.go @@ -40,7 +40,7 @@ func LogActionResult() error { logMessage := "Success in Github Action" if !strings.Contains(strings.ToLower(os.Getenv("GH_ACTION_RESULT")), "success") { logLevel = logProxyLevelError - logMessage = fmt.Sprintf("Failure in Github Action: %s", os.Getenv("GH_ACTION_RESULT")) + logMessage = "Failure in Github Action" } request := logProxyEntry{