From 1b0d3fa47b719b508ac5538031cbb2738d650a2e Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 19 Sep 2020 07:59:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9636a7..0713897 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ 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. +Additionally there is a limitation regarding the maximum length of strings, you are allowed to pass within `client-payload`. +This might get into your way when you e.g. try to pass a Pull Request body. In this cases you might consider truncating the overlong strings, because otherwise your action will be interrupted with a `client_payload is too large` error. ## License