From f131b1d1f954bcf74d798b13c3ebe9122581d16a Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Wed, 23 Sep 2020 18:13:56 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0713897..3aec2e4 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,7 @@ The following payload will succeed. client-payload: '{"github": ${{ toJson(github) }}}' ``` -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. - +Additionally, there is a limitation on the total data size of the `client-payload`. A very large payload may result in a `client_payload is too large` error. ## License [MIT](LICENSE)