We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc1508 commit a0bd34bCopy full SHA for a0bd34b
actions_root.go
@@ -104,6 +104,12 @@ func Debugf(msg string, args ...any) {
104
defaultAction.Debugf(msg, args...)
105
}
106
107
+// Noticef prints a notice-level message. The arguments follow the standard
108
+// Printf arguments.
109
+func Noticef(msg string, args ...any) {
110
+ defaultAction.Noticef(msg, args...)
111
+}
112
+
113
// Errorf prints a error-level message. The arguments follow the standard Printf
114
// arguments.
115
func Errorf(msg string, args ...any) {
0 commit comments