From 48527ba33dbaf15b45f9f6f7acaba1279b5fc437 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 6 Dec 2024 11:52:09 +0000 Subject: [PATCH] fix: correct build badge URL path in README to match workflow file name The badge URL previously referenced a non-existent 'workflow' segment in the path. This change aligns the badge link with the actual workflow file name 'build.yaml' instead of the incorrect 'workflow/build' structure. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 698ec8c..001dbbd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dR stats -![Build status](https://retoor.molodetz.nl/retoor/drstats/actions/workflows/workflow/build/badge.svg?branch=main&event=push) +![Build status](https://retoor.molodetz.nl/retoor/drstats/actions/workflows/build.yaml/build/badge.svg?branch=main&event=push) This project is made to determine the health of the devRant developer community.