Function add_path

Source
pub fn add_path<P>(v: P)
where P: ToString,
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");