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