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.
2 parents ef2d45f + 466e1f8 commit 84d11aeCopy full SHA for 84d11ae
.github/templates/README.template.md
@@ -202,13 +202,13 @@ Placeholders can be added by setting `VARIABLES` inside your Environment.
202
```yaml
203
environment:
204
VARIABLES: |
205
- "NUMBER2": "002",
206
- "GROUP_CHAT_1": [
207
- "user.id",
208
- "000",
209
- "001",
210
- "group.id"
211
- ]
+ "NUMBER2": "002",
+ "GROUP_CHAT_1": [
+ "user.id",
+ "000",
+ "001",
+ "group.id"
+ ]
212
```
213
214
### Recipients
0 commit comments