Update README.md

This commit is contained in:
Markus Staab
2020-09-19 07:58:31 +02:00
committed by GitHub
parent 1f8e017ab8
commit 6de120f0ca

View File

@@ -109,7 +109,7 @@ 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.
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