octo_set_output | R Documentation |
Set an actions output parameter. These can be accessed in later steps.
octo_set_output(value, name)
value |
A single line string (or coercible to character). Use
|
name |
A character vector length 1. |
Sys.setenv(GITHUB_ACTION = "true")
string <- "A multi-line \n String."
value <- encode_string(string)
octo_set_output("important-value", value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.