From a408bf092adeb23211d28178adf8b752533fba6c Mon Sep 17 00:00:00 2001 From: Maciej Banas Date: Tue, 5 Sep 2023 08:08:38 +0000 Subject: [PATCH] Fix example. --- devel/example_workflow.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/example_workflow.R b/devel/example_workflow.R index c4627547..bf0fcca4 100644 --- a/devel/example_workflow.R +++ b/devel/example_workflow.R @@ -137,7 +137,7 @@ git_stats ## add gitlab subgroups git_stats <- create_gitstats() %>% - add_host( + set_host( api_url = "https://gitlab.com/api/v4", token = Sys.getenv("GITLAB_PAT_PUBLIC"), orgs = "mbtests/subgroup"