mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
Updated README to reflect GitHub limitations (#205)
* 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:
parent
1f367ab8a7
commit
174039b7cd
1 changed files with 6 additions and 0 deletions
|
|
@ -77,6 +77,12 @@ steps:
|
|||
|
||||
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
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue