[][src]Function actions_core::save_state

pub fn save_state<K: ToString, V: ToString>(k: K, v: V)

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

use actions_core as core;

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