Fix broken GH Actions badge (#121)
This commit is contained in:
parent
cb6736f640
commit
d759b5f9d5
@ -66,8 +66,8 @@ tags(::GitHubActions) = "<<", ">>"
|
|||||||
|
|
||||||
badges(p::GitHubActions) = Badge(
|
badges(p::GitHubActions) = Badge(
|
||||||
"Build Status",
|
"Build Status",
|
||||||
"https://github.com/{{{USER}}}/{{{PKG}}}.jl/actions",
|
|
||||||
"https://github.com/{{{USER}}}/{{{PKG}}}.jl/workflows/CI/badge.svg",
|
"https://github.com/{{{USER}}}/{{{PKG}}}.jl/workflows/CI/badge.svg",
|
||||||
|
"https://github.com/{{{USER}}}/{{{PKG}}}.jl/actions",
|
||||||
)
|
)
|
||||||
|
|
||||||
function view(p::GitHubActions, t::Template, pkg::AbstractString)
|
function view(p::GitHubActions, t::Template, pkg::AbstractString)
|
||||||
|
Loading…
Reference in New Issue
Block a user