Fix broken GH Actions badge (#121)

This commit is contained in:
Miles Lucas 2019-12-16 14:35:16 -10:00 committed by Chris de Graaf
parent cb6736f640
commit d759b5f9d5

View File

@ -66,8 +66,8 @@ tags(::GitHubActions) = "<<", ">>"
badges(p::GitHubActions) = Badge(
"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/actions",
)
function view(p::GitHubActions, t::Template, pkg::AbstractString)