Skip to content

Commit a0d7525

Browse files
committed
fix(docs): workflow link and badge
When I'm combined sevral workflpws to one named CI, I forgot to update badge in README
1 parent 49f58ac commit a0d7525

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<h1 align="center">envfetch</h1>
22
<h5 align="center">Lightweight cross-platform CLI tool for working with environment variables</h5>
33
<div align="center">
4-
<a href="https://github.com/ankddev/envfetch/actions/workflows/build.yml"><img src="https://github.com/ankddev/envfetch/actions/workflows/build.yml/badge.svg" alt="Build status"/></a>
5-
<a href="https://github.com/ankddev/envfetch/actions/workflows/test.yml"><img src="https://github.com/ankddev/envfetch/actions/workflows/test.yml/badge.svg" alt="Test status"/></a>
4+
<a href="https://github.com/ankddev/envfetch/actions/workflows/ci.yml"><img src="https://github.com/ankddev/envfetch/actions/workflows/ci.yml/badge.svg" alt="Test status"/></a>
65
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/w/ankddev/envfetch">
76
<a href="https://app.codecov.io/github/ankddev/envfetch"><img src="https://camo.githubusercontent.com/24e6fbb5fab320f1c87a360fcdf93b0901a6fc04fe0cb070a4083346c7946680/68747470733a2f2f636f6465636f762e696f2f67682f616e6b646465762f656e7666657463682f67726170682f62616467652e7376673f746f6b656e3d37325138463858574b51" /></a>
87
<a href="https://crates.io/crates/envfetch"><img src="https://img.shields.io/crates/d/envfetch" alt="crates.io downloads"/></a>

0 commit comments

Comments
 (0)