mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 08:02:34 +00:00
Fix incorrect GitHub environment variable mention (#321)
This commit is contained in:
parent
58cd07727c
commit
1fdd4cd311
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ Outputs can be used in subsequent steps to comment on the pull request:
|
|||
>
|
||||
> 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.
|
||||
> Another approach is to append your plan into the $GITHUB_STEP_SUMMARY environment variable which supports markdown.
|
||||
|
||||
```yaml
|
||||
defaults:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue