Fix incorrect GitHub environment variable mention (#321)

This commit is contained in:
Chris 2023-05-03 15:13:24 -04:00 committed by GitHub
parent 58cd07727c
commit 1fdd4cd311
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. > 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 ```yaml
defaults: defaults: