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.
This commit is contained in:
retoor 2024-12-06 11:52:09 +00:00
parent 1911e486f3
commit 48527ba33d

View File

@ -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.