|
|
@@ -96,6 +96,12 @@ format_action(BridgeChannelId) when is_binary(BridgeChannelId) ->
|
|
|
" Type: data-bridge\n"
|
|
|
,[BridgeChannelId]
|
|
|
);
|
|
|
+format_action({bridge, ActionType, ActionName, _Id}) ->
|
|
|
+ io_lib:format("- Name: ~p\n"
|
|
|
+ " Action Type: ~p\n"
|
|
|
+ " Type: data-bridge\n"
|
|
|
+ ,[ActionName, ActionType]
|
|
|
+ );
|
|
|
format_action({bridge_v2, ActionType, ActionName}) ->
|
|
|
io_lib:format("- Name: ~p\n"
|
|
|
" Action Type: ~p\n"
|