| is_on_github_actions | R Documentation | 
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")
  }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.