Updated README to reflect GitHub limitations

As GH comments cannot be over a certain size, providing a notice with an alternative.
This commit is contained in:
Renaud 2022-05-20 12:50:43 +02:00 committed by GitHub
parent 97360ea164
commit fc48dae304
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,10 @@ steps:
Outputs can be used in subsequent steps to comment on the pull request: Outputs can be used in subsequent steps to comment on the pull request:
> Notice: there's a limit to the number of characters inside a GitHub comment (65535).
> Due to that limitation, you might end up with a failed workflow run even if the plan succeeded.
> Another approach is to append your plan into the $GITHUB_JOB_SUMMARY environment variable which supports markdown.
```yaml ```yaml
defaults: defaults:
run: run: