octo_add_path | R Documentation |
Prepends a directory so the runners PATH
envvar in a way that make it
available in the following steps of the action. The PATH
will not update
during this step.
octo_add_path(dir, check = TRUE)
dir |
A directory. If relative will turned absolute using
|
check |
Should be checked that |
dir
invisibly.
The octolog example workflow and the GitHub Docs.
## Not run:
octo_add_path("/.local/bin")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.