From a6f37b06dea1bcc406cd2af670f9462047466351 Mon Sep 17 00:00:00 2001 From: Andrey1970 Date: Tue, 7 Jan 2025 20:07:32 +0300 Subject: [PATCH] Update CI badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aca654..065b4bc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ DebugEnhancer ============= -[![Build Status](https://github.com/acidanthera/DebugEnhancer/workflows/CI/badge.svg?branch=master)](https://github.com/acidanthera/DebugEnhancer/actions) [![Scan Status](https://scan.coverity.com/projects/22205/badge.svg?flat=1)](https://scan.coverity.com/projects/22205) +[![Build Status](https://github.com/acidanthera/DebugEnhancer/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/acidanthera/DebugEnhancer/actions) [![Scan Status](https://scan.coverity.com/projects/22205/badge.svg?flat=1)](https://scan.coverity.com/projects/22205) A Lilu plugin intended to enable debug output in the macOS kernel, the original idea belongs to Piker-Alpha, see https://github.com/Piker-Alpha/debugMachKernel.sh for more details.