Scaffold a GitHub Action that rebuilds the profile README on a schedule
use_profile_readme_action.RdDrops .github/workflows/profile-readme.yaml into the repo. The workflow
installs ghreadme from GitHub, renders README.Rmd on a cron schedule
(and on manual dispatch), and commits the result if it changed.
Usage
use_profile_readme_action(
cron = "0 6 * * 0",
repo = "mjfrigaard/ghreadme",
path = ".",
overwrite = FALSE
)