Skip to content

Commit 02b1705

Browse files
authored
fix(readme): repair GitHub Actions badge links (#1)
Point the workflow badge at release.yml (ci.yml already matches) so README badges render.
1 parent af0f984 commit 02b1705

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<a href="https://github.com/elastiflow/kaytoo/actions/workflows/ci.yml">
2020
<img alt="CI" src="https://github.com/elastiflow/kaytoo/actions/workflows/ci.yml/badge.svg" />
2121
</a>
22-
<a href="https://github.com/elastiflow/kaytoo/actions/workflows/cd.yml">
23-
<img alt="CD" src="https://github.com/elastiflow/kaytoo/actions/workflows/cd.yml/badge.svg" />
22+
<a href="https://github.com/elastiflow/kaytoo/actions/workflows/release.yml">
23+
<img alt="Release workflow" src="https://github.com/elastiflow/kaytoo/actions/workflows/release.yml/badge.svg" />
2424
</a>
2525
<a href="https://github.com/elastiflow/kaytoo/releases">
2626
<img alt="Release" src="https://img.shields.io/github/v/release/elastiflow/kaytoo" />

0 commit comments

Comments
 (0)