From 8bdc17877dcc42c9812e855a16702baa1e28bef0 Mon Sep 17 00:00:00 2001 From: Ammar Lakis Date: Tue, 26 Nov 2024 20:26:47 +0100 Subject: [PATCH] chore: fix build status badge For reference: https://github.com/badges/shields/issues/8671 Signed-off-by: Ammar Lakis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd36f1e854..ac90508a9c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### **[Website](https://devspace.sh)** • **[Quickstart](#quickstart)** • **[Documentation](https://devspace.sh/cli/docs/introduction)** • **[Blog](https://loft.sh/blog)** • **[Twitter](https://twitter.com/devspace)** -![Build Status Passing](https://img.shields.io/github/workflow/status/loft-sh/devspace/Test%20&%20Release%20CLI%20Version/main?style=for-the-badge) +![Build Status Passing](https://img.shields.io/github/actions/workflow/status/loft-sh/devspace/release.yaml?branch=main&style=for-the-badge) ![Latest Release](https://img.shields.io/github/v/release/loft-sh/devspace?style=for-the-badge&label=Latest%20Release&color=%23007ec6) ![License: Apache-2.0](https://img.shields.io/github/license/loft-sh/devspace?style=for-the-badge&color=%23007ec6) ![Total Downloads (GitHub Releases)](https://img.shields.io/github/downloads/loft-sh/devspace/total?style=for-the-badge&label=Total%20Downloads&color=%23007ec6)