Skip to content

Commit 08b9094

Browse files
authored
Fix GHA badge (#386)
1 parent 4af0fd7 commit 08b9094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ This library was originally based heavily on the work of the folks over at PyJWT
8787
.. |pypi| image:: https://img.shields.io/pypi/v/python-jose?style=flat-square
8888
:target: https://pypi.org/project/python-jose/
8989
:alt: PyPI
90-
.. |Github Actions CI Status| image:: https://github.com/mpdavis/python-jose/workflows/main/badge.svg?branch=master
91-
:target: https://github.com/mpdavis/python-jose/actions?workflow=main
90+
.. |Github Actions CI Status| image:: https://github.com/mpdavis/python-jose/actions/workflows/ci.yml/badge.svg
91+
:target: https://github.com/mpdavis/python-jose/actions/workflows/ci.yml
9292
:alt: Github Actions CI Status
9393
.. |Coverage Status| image:: http://codecov.io/github/mpdavis/python-jose/coverage.svg?branch=master
9494
:target: http://codecov.io/github/mpdavis/python-jose?branch=master

0 commit comments

Comments
 (0)