mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-07-22 02:27:41 +00:00
Mention string length limitations
This commit is contained in:
@@ -107,6 +107,10 @@ The following payload will succeed.
|
|||||||
client-payload: '{"github": ${{ toJson(github) }}}'
|
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.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](LICENSE)
|
[MIT](LICENSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user