Skip to content

Commit

Permalink
Fix build badge in README
Browse files Browse the repository at this point in the history
Apparently, GitHub doesn't treat a URL with .yml extension as an image.
Percent-encoding tricks it.
  • Loading branch information
un-def committed Jun 6, 2024
1 parent 251c8f7 commit ec640f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
hererocks
=========

.. |gh-workflow| image:: https://img.shields.io/github/actions/workflow/status/luarocks/hererocks/test.yml?branch=master
.. |gh-workflow| image:: https://img.shields.io/github/actions/workflow/status/luarocks/hererocks/test%2Eyml?branch=master
:target: https://github.com/luarocks/hererocks/actions/workflows/test.yml
:alt: GitHub Workflow Status

Expand Down

0 comments on commit ec640f2

Please sign in to comment.