From 495bcb25780a713e654a765472e9671a31df68c3 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Fri, 5 Jun 2026 15:21:44 +0900 Subject: [PATCH] docs: update CI badges Signed-off-by: Shizuo Fujita --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d1e9aaf..2d60a5b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Grok Parser for Fluentd -![Testing on Ubuntu](https://github.com/fluent/fluent-plugin-grok-parser/workflows/Testing%20on%20Ubuntu/badge.svg?branch=master) -![Testing on macOS](https://github.com/fluent/fluent-plugin-grok-parser/workflows/Testing%20on%20macOS/badge.svg?branch=master) +[![Test](https://github.com/fluent/fluent-plugin-grok-parser/actions/workflows/unit-test.yml/badge.svg)](https://github.com/fluent/fluent-plugin-grok-parser/actions/workflows/unit-test.yml) This is a Fluentd plugin to enable Logstash's Grok-like parsing logic.