Skip to content

Commit ef2d45f

Browse files
Update README.md
1 parent 9c7dede commit ef2d45f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,14 @@ Placeholders can be added by setting `VARIABLES` inside your Environment.
260260

261261
```yaml
262262
environment:
263-
VARIABLES: ' "NUMBER2": "002", "GROUP_CHAT_1": [ "user.id", "000", "001", "group.id" ] '
263+
VARIABLES: |
264+
"NUMBER2": "002",
265+
"GROUP_CHAT_1": [
266+
"user.id",
267+
"000",
268+
"001",
269+
"group.id"
270+
]
264271
```
265272

266273
### Recipients

0 commit comments

Comments
 (0)