Skip to content

Commit

Permalink
Fix gh-action badges 🐛 (#69, #78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Nov 23, 2020
1 parent 892b9d4 commit 90697ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/grammars.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ grammars <- list(
ghactions_rcmdcheck = list(
title = "R-CMD-check",
address = "https://github.com",
path_1 = "<path_2>/workflows/R-CMD-check/badge.svg",
path_1 = "<user>/<pkgname>/workflows/<title>/badge.svg",
path_2 = "<user>/<pkgname>/actions?query=workflow%3A<title>",
params = ""
),
ghactions_pkgdown = list(
title = "pkgdown",
address = "https://github.com",
path_1 = "<path_2>/workflows/R-CMD-check/badge.svg",
path_1 = "<user>/<pkgname>/workflows/<title>/badge.svg",
path_2 = "<user>/<pkgname>/actions?query=workflow%3A<title>",
params = ""
),
Expand Down

0 comments on commit 90697ed

Please sign in to comment.