octo_start_group | R Documentation |
These functions make it possible to group lines in the GitHub Actions log. Groups can not be nested at this point, see this issue.
octo_start_group(name)
octo_end_group()
name |
Name of the group, single line. |
Sys.setenv(GITHUB_ACTIONS = "TRUE")
octo_start_group("Print stuff")
print("Log other output")
octo_end_group()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.