You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Println("Info: Unable to validate subscription. Continuing...")
107
+
fmt.Println("Timeout or API not reachable. Continuing to next step.")
88
108
return
89
109
}
90
110
deferresp.Body.Close()
91
111
92
112
ifresp.StatusCode==http.StatusForbidden {
93
-
fmt.Fprintln(os.Stderr, "::error::This action requires a StepSecurity maintained actions subscription for private repositories. Visit https://stepsecurity.io for more details.")
113
+
fmt.Printf("::error::\x1b[1;31mThis action requires a StepSecurity subscription for private repositories.\x1b[0m\n")
114
+
fmt.Printf("::error::\x1b[31mLearn how to enable a subscription: %s\x1b[0m\n", docsURL)
0 commit comments