From 061387e3e4811e3382d87992a0cbc3f3c7e05b4b Mon Sep 17 00:00:00 2001 From: Ben Kircher Date: Sat, 11 Mar 2023 14:32:39 +0100 Subject: [PATCH] Update status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2958a6..1ed099b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # python-rpm-spec -[![pytest status](https://github.com/bkircher/python-rpm-spec/workflows/tests/badge.svg)](https://github.com/bkircher/python-rpm-spec/actions) +[![pytest status](https://github.com/bkircher/python-rpm-spec/actions/workflows/test.yml/badge.svg)](https://github.com/bkircher/python-rpm-spec/actions/workflows/test.yml) [![PyPI version](https://badge.fury.io/py/python-rpm-spec.svg)](https://badge.fury.io/py/python-rpm-spec) python-rpm-spec is a Python library for parsing RPM spec files.