From 1e5d4c683c22a7c2926604663f6d7403a82b931c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 13 Nov 2020 15:43:24 +0100 Subject: [PATCH] TT#82051 Fix URL for CI Badge of Debian Packaging The https://github.com/sipwise/ngcpcfg/workflows/Debian%20Package%20CI/badge.svg is a 404, as we're using "Debian Packaging" as the workflow name Change-Id: I8a94f0c4d5fe172591475c0aa8d6021e10f68367 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c499ae..cf5dabdc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ngcpcfg - central and templated based Configuration Management System for NGCP -![Debian Package CI](https://github.com/sipwise/ngcpcfg/workflows/Debian%20Package%20CI/badge.svg) +![Debian Package CI](https://github.com/sipwise/ngcpcfg/workflows/Debian%20Packaging/badge.svg) ![Code Testing](https://github.com/sipwise/ngcpcfg/workflows/Code%20Testing/badge.svg)