Merge pull request #44 from staabm/patch-1

Mention string length limitations
This commit is contained in:
Peter Evans
2020-09-24 11:08:22 +09:00
committed by GitHub

View File

@@ -107,6 +107,8 @@ The following payload will succeed.
client-payload: '{"github": ${{ toJson(github) }}}'
```
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)