From efaef5095c7ce4052d12645011c2486238f788f8 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 31 Aug 2024 16:49:14 +0200 Subject: [PATCH] Fix badge URL (#602) The badge always shows the build as failing, even if it is actually successful. This issue has been reported on https://github.com/actions/starter-workflows/issues/1525 , and the fix suggested on https://github.com/actions/starter-workflows/issues/1525#issuecomment-1763431305 works. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9ef624b6..4bbfc174b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Better Protobuf / gRPC Support for Python -![](https://github.com/danielgtaylor/python-betterproto/workflows/CI/badge.svg) +![](https://github.com/danielgtaylor/python-betterproto/actions/workflows/ci.yml/badge.svg) + > :octocat: If you're reading this on github, please be aware that it might mention unreleased features! See the latest released README on [pypi](https://pypi.org/project/betterproto/). This project aims to provide an improved experience when using Protobuf / gRPC in a modern Python environment by making use of modern language features and generating readable, understandable, idiomatic Python code. It will not support legacy features or environments (e.g. Protobuf 2). The following are supported: