Function save_state

Source
pub fn save_state<K, V>(k: K, v: V)
where K: ToString, V: ToString,
Expand description

Similar to set_output, but, shares data from a wrapper action.

use actions_core as core;

core::save_state("my_greeting", "hello");