Skip to content

Commit fb15c4b

Browse files
committed
No need to specify save_as here
1 parent f480128 commit fb15c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/github-actions.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ use_tidy_github_actions <- function() {
231231
use_github_actions_badge("R-CMD-check", repo_spec = repo_spec)
232232

233233
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")
234+
pkgdown_status <- use_github_action("pkgdown")
235+
test_coverage_status <- use_github_action("test-coverage")
236236

237237
old_configs <- proj_path(c(".travis.yml", "appveyor.yml"))
238238
has_appveyor_travis <- file_exists(old_configs)

0 commit comments

Comments
 (0)