From b9345b4f45dce71553718f5c72782495bfcaccb3 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Sat, 17 Jan 2026 01:29:44 -0500 Subject: [PATCH] fix: Use filename-based GitHub Actions badge URL The workflow-name-based badge URL was showing "no status" because GitHub requires workflow runs on the specified branch. Using the filename-based URL format (actions/workflows/test.yml/badge.svg) is more reliable and works regardless of when the workflow last ran. Co-Authored-By: Claude Sonnet 4.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 361f4b4..e41807f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenAdapt Capture -[![Build Status](https://github.com/OpenAdaptAI/openadapt-capture/workflows/Tests/badge.svg?branch=main)](https://github.com/OpenAdaptAI/openadapt-capture/actions) +[![Build Status](https://github.com/OpenAdaptAI/openadapt-capture/actions/workflows/test.yml/badge.svg)](https://github.com/OpenAdaptAI/openadapt-capture/actions/workflows/test.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)