octo_echo_on: Echo workflow commands

View source: R/commands.R

octo_echo_onR Documentation

Echo workflow commands

Description

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

Usage

octo_echo_on()

octo_echo_off()

See Also

GitHub Docs

Examples

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

assignUser/octolog documentation built on June 4, 2023, 3:28 p.m.