Skip to content

Commit b760e6b

Browse files
Update common github actions (#3029)
Signed-off-by: Knative Automation <[email protected]>
1 parent 3ee452c commit b760e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/knative-style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
ch=$(echo $ent | cut -d':' -f3-);
235235
err="Unknown printer tool, please file an issue in knative-sandbox/.github and assign to @vagababov: $ch"
236236
if echo $ch | grep --quiet -E "^t.(Errorf|Fatalf|Logf)" ; then
237-
err=$(echo $ch | sed -E 's/([^.fm]+t\.)(Fatal|Error|Log)f([^\%]+)( %[^Tq]",)([^,]+)/\1\2\3",\5/')
237+
err=$(echo $ch | sed -E 's/(^t\.)(Fatal|Error|Log)f([^\%]+)( %[^Tqx]",)([^,]+)/\1\2\3",\5/')
238238
# Not a test. Here we deal with various loggers and fmt helpers.
239239
elif echo $ch | grep --quiet "log" ; then
240240
# Capture (x)?log(er)?.

0 commit comments

Comments
 (0)