pub fn add_path<P: ToString>(v: P)Expand description
Appends a directory to the system PATH variable for all subsequent actions in the current job as well as the currently running action.
use actions_core as core;
core::add_path("/opt/my-app/bin");