From 0e7114adbf25006a23f92a31f40e0cc8a1a34ca6 Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Wed, 28 May 2025 12:29:03 -0400 Subject: [PATCH] Fix GHA badge --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cfdaa1e5..9b9d03dc 100644 --- a/README.rst +++ b/README.rst @@ -87,8 +87,8 @@ This library was originally based heavily on the work of the folks over at PyJWT .. |pypi| image:: https://img.shields.io/pypi/v/python-jose?style=flat-square :target: https://pypi.org/project/python-jose/ :alt: PyPI -.. |Github Actions CI Status| image:: https://github.com/mpdavis/python-jose/workflows/main/badge.svg?branch=master - :target: https://github.com/mpdavis/python-jose/actions?workflow=main +.. |Github Actions CI Status| image:: https://github.com/mpdavis/python-jose/actions/workflows/ci.yml/badge.svg + :target: https://github.com/mpdavis/python-jose/actions/workflows/ci.yml :alt: Github Actions CI Status .. |Coverage Status| image:: http://codecov.io/github/mpdavis/python-jose/coverage.svg?branch=master :target: http://codecov.io/github/mpdavis/python-jose?branch=master