From 01a8464c50cb60cb4864a934cf6fe884f83da7f0 Mon Sep 17 00:00:00 2001 From: shoito <37051+shoito@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:43:45 +0900 Subject: [PATCH] fix GitHub workflow badge URL (#1818) fix GitHub workflow badge URL. See https://github.com/badges/shields/issues/8671 > You need to update your badge URL from > https://img.shields.io/github/workflow/status///Run%20Tests > to > https://img.shields.io/github/actions/workflow/status///test.yml?branch=main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 585724ef5..aed641227 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Aragon Client -[![Build Status](https://img.shields.io/github/workflow/status/aragon/client/Run%20tests?style=flat-square)](https://github.com/aragon/client/actions) +[![Build Status](https://img.shields.io/github/actions/workflow/status/aragon/client/tests.yml?branch=develop&style=flat-square)](https://github.com/aragon/client/actions) [![All Contributors](https://img.shields.io/badge/all_contributors-47-orange.svg?style=flat-square)](#contributors) **🌎🚀 Trusted by over 1500 organizations, securing more than $300MM in funds. [Try it out](https://client.aragon.org).**