YAML for Custom Action
Execute a custom action from the Buddy Marketplace or private registry.
YAML examples for Custom Action
Custom action with inputs
yaml- action: "Run custom action" type: "CUSTOM" trigger_time: "ON_EVERY_EXECUTION" custom_type: "my-custom-action:1.0" variables_access: true filesystem_access: true inputs: input1: "value1" input2: "value2"