Skip to content

Commit

Permalink
Merge pull request #18 from creative-commoners/pulls/gh-pages/gha-ci
Browse files Browse the repository at this point in the history
MNT Use github-actions ci badges
  • Loading branch information
GuySartorelli authored Jul 28, 2022
2 parents ecca4e5 + 6db688b commit d287d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $.ajax({
}

if (module.github) {
row += "<td class='progress first'><a href='https://travis-ci.com/github/" + module.github + "'><img src='https://api.travis-ci.com/" + module.github + ".svg' /></a></td>";
row += "<td class='progress first'><a href='https://github.com/" + module.github + "/actions/workflows/ci.yml'><img src='https://github.com/" + module.github + "/actions/workflows/ci.yml/badge.svg' /></a></td>";
} else if (module.gitlab) {
row += "<td colspan='3'>Module on Gitlab</td>";
} else {
Expand Down

0 comments on commit d287d97

Please sign in to comment.