From 7278681422f3e19d5c526c04c7707bb57ebe787e Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sat, 17 Dec 2022 14:46:32 -0800 Subject: [PATCH] Fix the GitHub Actions badge (#321) See: https://github.com/badges/shields/issues/8671 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4da4c04..967088f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Crates.io](https://img.shields.io/crates/v/pixels)](https://crates.io/crates/pixels "Crates.io version") [![Documentation](https://img.shields.io/docsrs/pixels)](https://docs.rs/pixels "Documentation") -[![GitHub actions](https://img.shields.io/github/workflow/status/parasyte/pixels/CI)](https://github.com/parasyte/pixels/actions "CI") +[![GitHub actions](https://img.shields.io/github/actions/workflow/status/parasyte/pixels/ci.yml?branch=main)](https://github.com/parasyte/pixels/actions "CI") [![GitHub activity](https://img.shields.io/github/last-commit/parasyte/pixels)](https://github.com/parasyte/pixels/commits "Commit activity") [![GitHub Sponsors](https://img.shields.io/github/sponsors/parasyte)](https://github.com/sponsors/parasyte "Sponsors")