We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f22133 + 3b42e8e commit 992fb95Copy full SHA for 992fb95
html-report.sh
@@ -80,7 +80,7 @@ do
80
ciOverride=$(grep "^$slug " ci-badges.txt)
81
test "$ciOverride" &&
82
ciBadge=${ciOverride#$slug } ||
83
- ciBadge="<td class=\"badge\"><a href=\"https://github.com/$slug/actions\"><img src=\"https://github.com/$slug/actions/build-main.svg\"></a></td>"
+ ciBadge="<td class=\"badge\"><a href=\"https://github.com/$slug/actions\"><img src=\"https://github.com/$slug/actions/workflows/build-main.yml/badge.svg\"></a></td>"
84
qualityBadge="<td class=\"badge\"><a href=\"https://lgtm.com/projects/g/$slug/context:java\"><img src=\"https://img.shields.io/lgtm/grade/java/g/$slug.svg\"></a></td>"
85
;;
86
*)
0 commit comments