docs: format Actions Service docs with Prettier

Signed-off-by: Siddhi Khandelwal <siddhi.200727@gmail.com>
This commit is contained in:
Siddhi Khandelwal
2026-02-09 12:05:32 +05:30
parent d12c302bd0
commit 1dfedaa731
+3 -2
View File
@@ -38,11 +38,12 @@ backend:
pluginSources:
- catalog
```
### Restricting action sources by plugin
The `pluginSources` configuration limits which plugins are allowed to register actions.
```yaml
````yaml
backend:
actions:
pluginSources:
@@ -102,7 +103,7 @@ export async function listAvailableActions(
throw error;
}
}
```
````
### Invoking an Action