From 1f8e017ab8f37a3dbe7c5110314ac1aab5e5465d Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 19 Sep 2020 07:56:36 +0200 Subject: [PATCH] Mention string length limitations --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9d95c82..3d17019 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ The following payload will succeed. client-payload: '{"github": ${{ toJson(github) }}}' ``` +Additionally there is a limitation regarding the maximun length of strings, you are allowed to pass within `client-payload`. +This might get into your way when you try to pass a Pull Request body. +In this cases you might consider truncating the overlong strings. + ## License [MIT](LICENSE)