From 29113db376241e80b3f728a360307d03ea939db8 Mon Sep 17 00:00:00 2001 From: shoito <37051+shoito@users.noreply.github.com> Date: Sun, 22 Oct 2023 09:52:34 +0900 Subject: [PATCH] Fix GitHub Workflow badge URL (#711) 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 16acdaae..62442416 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ already know how to use Pottery. Pottery is useful for accessing Redis more easily, and also for implementing microservice resilience patterns; and it has been battle tested in production at scale. -[![Build status](https://img.shields.io/github/workflow/status/brainix/pottery/Python%20package/master)](https://github.com/brainix/pottery/actions?query=branch%3Amaster) +[![Build status](https://img.shields.io/github/actions/workflow/status/brainix/pottery/python-package.yml?branch=master)](https://github.com/brainix/pottery/actions?query=branch%3Amaster) [![Security status](https://img.shields.io/badge/security-bandit-dark.svg)](https://github.com/PyCQA/bandit) [![Latest released version](https://badge.fury.io/py/pottery.svg)](https://badge.fury.io/py/pottery)