[wiki] Update "Command executions" example
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a6ac529675
commit
a2518c26fd
1 changed files with 3 additions and 1 deletions
|
@ -186,7 +186,9 @@ The example was dumped using this action:
|
|||
|
||||
```yaml
|
||||
- actions:
|
||||
- command: [/usr/bin/bash, -c, "jq . >&2"]
|
||||
- type: script
|
||||
attributes:
|
||||
command: [/usr/bin/bash, -c, "jq . >&2"]
|
||||
match_channels: ['#tezrian']
|
||||
match_message: '^!test'
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue