We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d11ae commit 8003cb2Copy full SHA for 8003cb2
README.md
@@ -261,13 +261,13 @@ Placeholders can be added by setting `VARIABLES` inside your Environment.
261
```yaml
262
environment:
263
VARIABLES: |
264
- "NUMBER2": "002",
265
- "GROUP_CHAT_1": [
266
- "user.id",
267
- "000",
268
- "001",
269
- "group.id"
270
- ]
+ "NUMBER2": "002",
+ "GROUP_CHAT_1": [
+ "user.id",
+ "000",
+ "001",
+ "group.id"
+ ]
271
```
272
273
### Recipients
0 commit comments