Skip to content

Commit 969a978

Browse files
committed
Fixed workflow name in badge
1 parent 59edc05 commit 969a978

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: _layouts/bib.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@
77
 
88
{% else %}
99
{% assign year = entry.year | plus: 0 %}
10-
{% if year > 2024 %}
1110
<a href="https://github.com/computorg/{{ entry.repository }}"><img
12-
src="https://github.com/computorg/{{ entry.repository }}/actions/workflows/build.yml/badge.svg" /></a>
13-
{% else %}
14-
<a href="https://github.com/computorg/{{ entry.repository }}"><img
15-
src="https://github.com/computorg/{{ entry.repository }}/workflows/build/badge.svg" /></a>
16-
{% endif %}
11+
src="https://img.shields.io/github/actions/workflow/status/computorg/{{ entry.repository }}/build.yml?label=build&logo=github" /></a>
1712
{% endif %}
1813
</div>
1914

0 commit comments

Comments
 (0)