diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-13 13:05:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-13 13:05:58 +0300 |
commit | e3570cb895fc1aa52b7de62fc25d3e1f8853b271 (patch) | |
tree | 1659606e13d6bfa0e3fac1ec2434a8fb4a980f74 | |
parent | workflows/test: publish to Docker on tags also (diff) | |
download | cgitize-e3570cb895fc1aa52b7de62fc25d3e1f8853b271.tar.gz cgitize-e3570cb895fc1aa52b7de62fc25d3e1f8853b271.zip |
README: fix badge link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ cgitize ======= -[![Test](https://github.com/egor-tensin/cgitize/workflows/Test/badge.svg)](https://github.com/egor-tensin/cgitize/actions?query=workflow%3ATest) +[![Test](https://github.com/egor-tensin/cgitize/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/cgitize/actions/workflows/test.yml) Mirror your git repositories and make them cgit-ready. |