Derive Macro Actions

Source
#[derive(Actions)]
{
    // Attributes available to this derive:
    #[action]
    #[input]
    #[output]
}
Expand description

Derive macro for GitHub Actions