Function actions_github::core::get_input

source ยท
pub fn get_input(name: &str) -> Result<String, ActionsError>
Expand description

Obtain an input from a variable

If the input is not found, an ActionsError is returned

This method was copied from core.ts