From 7e9889d83b8f799bc9a2c2132cf537f03a541114 Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Sat, 6 Sep 2025 20:08:56 +0200 Subject: [PATCH] README update --- .github/templates/README.template.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/templates/README.template.md b/.github/templates/README.template.md index 3bdd98d..4db35e1 100644 --- a/.github/templates/README.template.md +++ b/.github/templates/README.template.md @@ -201,7 +201,14 @@ Placeholders can be added by setting `VARIABLES` inside your Environment. ```yaml environment: - VARIABLES: ' "NUMBER2": "002", "GROUP_CHAT_1": [ "user.id", "000", "001", "group.id" ] ' + VARIABLES: | + "NUMBER2": "002", + "GROUP_CHAT_1": [ + "user.id", + "000", + "001", + "group.id" + ] ``` ### Recipients