Skip to content

Commit c0188b7

Browse files
committed
Fix Test-Gallery-Models badge URL
The legacy /workflows/{name}/badge.svg form returns "no status" since GitHub deprecated it. Switched to the path-based /actions/workflows/{file}/badge.svg form, which correctly resolves to the current workflow status.
1 parent 6780581 commit c0188b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EpiModel Gallery
22

3-
[![Test Gallery Models](https://github.com/EpiModel/EpiModel-Gallery/workflows/Test-Gallery-Models/badge.svg?branch=main)](https://github.com/EpiModel/EpiModel-Gallery/actions)
3+
[![Test Gallery Models](https://github.com/EpiModel/EpiModel-Gallery/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/EpiModel/EpiModel-Gallery/actions/workflows/tests.yml)
44

55
### 📖 **[Browse the Gallery Website →](https://epimodel.github.io/EpiModel-Gallery/)**
66

0 commit comments

Comments
 (0)