Skip to content

Commit

Permalink
Fix Test Status Badge
Browse files Browse the repository at this point in the history
This patch fixes the status badge for the main tests linked in the
readme file.
  • Loading branch information
lkiesow committed Jan 3, 2024
1 parent ac8641f commit 19073f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 19073f4

Please sign in to comment.