Skip to content

Commit 7e9889d

Browse files
committed
README update
1 parent 1e1d14b commit 7e9889d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/templates/README.template.md

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

202202
```yaml
203203
environment:
204-
VARIABLES: ' "NUMBER2": "002", "GROUP_CHAT_1": [ "user.id", "000", "001", "group.id" ] '
204+
VARIABLES: |
205+
"NUMBER2": "002",
206+
"GROUP_CHAT_1": [
207+
"user.id",
208+
"000",
209+
"001",
210+
"group.id"
211+
]
205212
```
206213

207214
### Recipients

0 commit comments

Comments
 (0)