pub fn save_state<K, V>(k: K, v: V)where K: ToString, V: ToString,
Similar to set_output, but, shares data from a wrapper action.
set_output
use actions_core as core; core::save_state("my_greeting", "hello");