From 19073f4250db7177a6b0f51c46e609a5c345bc4a Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Wed, 3 Jan 2024 14:56:06 +0100 Subject: [PATCH] Fix Test Status Badge This patch fixes the status badge for the main tests linked in the readme file. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 93cee2f8..3ab05f22 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ PyCA – Opencast Capture Agent ============================= -.. image:: https://github.com/opencast/pyCA/workflows/Test%20pyCA/badge.svg?branch=master - :target: https://github.com/opencast/pyCA/actions?query=workflow%3A%22Test+pyCA%22+branch%3Amaster +.. image:: https://github.com/opencast/pyCA/actions/workflows/test.yml/badge.svg + :target: https://github.com/opencast/pyCA/actions/workflows/test.yml :alt: Test pyCA GitHub Workflow Status .. image:: https://img.shields.io/github/license/opencast/pyCA :target: https://github.com/opencast/pyCA/blob/master/license.lgpl