8000 Fix badge URL (#602) · danielgtaylor/python-betterproto@efaef50 · GitHub
[go: up one dir, main page]

Skip to content

Commit efaef50

Browse files
Fix badge URL (#602)
The badge always shows the build as failing, even if it is actually successful. This issue has been reported on actions/starter-workflows#1525 , and the fix suggested on actions/starter-workflows#1525 (comment) works.
1 parent 1538e15 commit efaef50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Better Protobuf / gRPC Support for Python
22

3-
![](https://github.com/danielgtaylor/python-betterproto/workflows/CI/badge.svg)
3+
![](https://github.com/danielgtaylor/python-betterproto/actions/workflows/ci.yml/badge.svg)
4+
45
> :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/).
56
67
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:

0 commit comments

Comments
 (0)
0