powered by
Determines if the environment is GitHub Actions
is_on_github_actions()
TRUE if run on GitHub Actions, FALSE otherwise
Richèl J.C. Bilderbeek
if (is_on_github_actions()) { message("Running on GitHub Actions") }
Run the code above in your browser using DataLab