Skip to content

Commit

Permalink
Fix examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Jan 14, 2025
1 parent c941536 commit 0445f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/get_commits_workflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ release_logs <- get_release_logs(
release_logs

# Check printing in storage
test_gitstats
git_stats

get_commits(
gitstats = git_stats,
since = "2024-01-01"
)

# Check printing in storage
test_gitstats
git_stats

commits_stats <- create_gitstats() %>%
set_github_host(
Expand Down

0 comments on commit 0445f71

Please sign in to comment.