We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f480128 commit fb15c4bCopy full SHA for fb15c4b
R/github-actions.R
@@ -231,8 +231,8 @@ use_tidy_github_actions <- function() {
231
use_github_actions_badge("R-CMD-check", repo_spec = repo_spec)
232
233
pr_status <- use_github_action_pr_commands()
234
- pkgdown_status <- use_github_action("pkgdown", save_as = "pkgdown.yaml")
235
- test_coverage_status <- use_github_action("test-coverage", save_as = "test-coverage.yaml")
+ pkgdown_status <- use_github_action("pkgdown")
+ test_coverage_status <- use_github_action("test-coverage")
236
237
old_configs <- proj_path(c(".travis.yml", "appveyor.yml"))
238
has_appveyor_travis <- file_exists(old_configs)
0 commit comments