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()

See also

Examples

Sys.setenv(GITHUB_ACTIONS = "true")
octo_echo_on()
#> NULL
# workflow commands will be printed in their unparsed state in addition to
# their normal effects
octo_echo_off()
#> NULL