octo_echo_on | R Documentation |
Enable or disable echoing of workflow commands in the log. This can be useful
for debugging. Some commands are always echoed and will not be effected by
these functions, this includes octo_debug()
(if debugging is turned on),
octo_warn()
and octo_abort()
.
octo_echo_on()
octo_echo_off()
Sys.setenv(GITHUB_ACTIONS = "true")
octo_echo_on()
# workflow commands will be printed in their unparsed state in addition to
# their normal effects
octo_echo_off()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.