github_actions

Macro issue_command_with_properties

Source
macro_rules! issue_command_with_properties {
    ($command:ident, $value:expr, $($key:ident: $val:expr),*) => { ... };
}