From 6a3a9976f4245fad2e60464094ed9540643a6a76 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Wed, 7 Feb 2024 09:43:10 +0100 Subject: [PATCH] github: fix workflow badge on readme page The old badge was pointing to the workflows name https://github.com/lightningd/plugins/workflows/Integration%20Tests/badge.svg However this seems to be always failing. Pointing to the workflow file main.yml, which only contains the one integration test workflow, gives a now green badge. I'm not totally into the github internals, so maybe I'm mistaken on this one. Feedback appreciated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3636b4e4..95011b88b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Community curated plugins for Core-Lightning. -![Integration Tests](https://github.com/lightningd/plugins/workflows/Integration%20Tests/badge.svg) +![Integration Tests](https://github.com/lightningd/plugins/actions/workflows/main.yml/badge.svg) ## Available plugins