Skip to content

Commit 8daf174

Browse files
authored
chore(README): add batch plugin to the builtin list (#568)
Signed-off-by: iisteev <isteevan.shetoo@is-info.fr>
1 parent 159f2aa commit 8daf174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ Browse [builtin actions](./pkg/plugins/builtin)
546546
| **`echo`** | Print out a pre-determined result | [Access plugin doc](./pkg/plugins/builtin/echo/README.md) |
547547
| **`http`** | Make an http request | [Access plugin doc](./pkg/plugins/builtin/http/README.md) |
548548
| **`subtask`** | Spawn a new task on µTask | [Access plugin doc](./pkg/plugins/builtin/subtask/README.md) |
549+
| **`batch`** | Spawn a batch of tasks on µTask | [Access plugin doc](./pkg/plugins/builtin/batch/README.md) |
549550
| **`notify`** | Dispatch a notification over a registered channel | [Access plugin doc](./pkg/plugins/builtin/notify/README.md) |
550551
| **`apiovh`** | Make a signed call on OVH's public API (requires credentials retrieved from configstore, containing the fields `endpoint`, `appKey`, `appSecret`, `consumerKey`, more info [here](https://docs.ovh.com/gb/en/customer/first-steps-with-ovh-api/)) | [Access plugin doc](./pkg/plugins/builtin/apiovh/README.md) |
551552
| **`ssh`** | Connect to a remote system and run commands on it | [Access plugin doc](./pkg/plugins/builtin/ssh/README.md) |

0 commit comments

Comments
 (0)