From 40b59920910828a29cf584c77bd785c8c6cf4a90 Mon Sep 17 00:00:00 2001 From: knative-automation Date: Thu, 5 Nov 2020 17:50:07 -0800 Subject: [PATCH] Update common github actions (#404) Signed-off-by: Knative Automation --- .github/workflows/knative-style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/knative-style.yaml b/.github/workflows/knative-style.yaml index ecf9cf6f0b..56360215ff 100644 --- a/.github/workflows/knative-style.yaml +++ b/.github/workflows/knative-style.yaml @@ -234,7 +234,7 @@ jobs: ch=$(echo $ent | cut -d':' -f3-); err="Unknown printer tool, please file an issue in knative-sandbox/.github and assign to @vagababov: $ch" if echo $ch | grep --quiet -E "^t.(Errorf|Fatalf|Logf)" ; then - err=$(echo $ch | sed -E 's/([^.fm]+t\.)(Fatal|Error|Log)f([^\%]+)( %[^Tq]",)([^,]+)/\1\2\3",\5/') + err=$(echo $ch | sed -E 's/(^t\.)(Fatal|Error|Log)f([^\%]+)( %[^Tqx]",)([^,]+)/\1\2\3",\5/') # Not a test. Here we deal with various loggers and fmt helpers. elif echo $ch | grep --quiet "log" ; then # Capture (x)?log(er)?.