Update README.md

This commit is contained in:
Markus Staab
2020-09-23 18:13:56 +02:00
committed by Peter Evans
parent 1b0d3fa47b
commit f131b1d1f9

View File

@@ -107,10 +107,7 @@ The following payload will succeed.
client-payload: '{"github": ${{ toJson(github) }}}' client-payload: '{"github": ${{ toJson(github) }}}'
``` ```
Additionally there is a limitation regarding the maximum length of strings, you are allowed to pass within `client-payload`. 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.
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 ## License
[MIT](LICENSE) [MIT](LICENSE)